GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / GetDisplayedAreaInches Method





In This Topic
GetDisplayedAreaInches Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(131)>
Sub GetDisplayedAreaInches( _
   ByRef Left As Single, _
   ByRef Top As Single, _
   ByRef Width As Single, _
   ByRef Height As Single _
) 
[DispId(131)]
void GetDisplayedAreaInches( 
   ref float Left,
   ref float Top,
   ref float Width,
   ref float Height
)
procedure GetDisplayedAreaInches( 
   var  Left: Single;
   var  Top: Single;
   var  Width: Single;
   var  Height: Single
); 
DispIdAttribute(131)
function GetDisplayedAreaInches( 
   Left : float,
   Top : float,
   Width : float,
   Height : float
);
[DispId(131)]
void GetDisplayedAreaInches( 
   ref float Left,
   ref float Top,
   ref float Width,
   ref float Height
) 
[DispId(131)]
void GetDisplayedAreaInches( 
   float% Left,
   float% Top,
   float% Width,
   float% Height
) 

Parameters

Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members