'Declaration
Public Sub GetDisplayedAreaInches( _ ByRef Left As Single, _ ByRef Top As Single, _ ByRef Width As Single, _ ByRef Height As Single _ )
public void GetDisplayedAreaInches( ref float Left, ref float Top, ref float Width, ref float Height )
public procedure GetDisplayedAreaInches( var Left: Single; var Top: Single; var Width: Single; var Height: Single );
Parameters
- Left
- Top
- Width
- Height