GetDisplayedAreaInches Method (GdViewer)
In This Topic
Syntax
'Declaration
Public Sub GetDisplayedAreaInches( _
ByRef As Single, _
ByRef As Single, _
ByRef As Single, _
ByRef As Single _
)
public void GetDisplayedAreaInches(
ref float ,
ref float ,
ref float ,
ref float
)
public procedure GetDisplayedAreaInches(
var : Single;
var : Single;
var : Single;
var : Single
);
public function GetDisplayedAreaInches(
: float,
: float,
: float,
: float
);
public: void GetDisplayedAreaInches(
ref float ,
ref float ,
ref float ,
ref float
)
public:
void GetDisplayedAreaInches(
float% ,
float% ,
float% ,
float%
)
Parameters
- Left
- Top
- Width
- Height
See Also