In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / PrintBySize Method

PrintBySize Method (GdPictureImaging)

In This Topic
Syntax
'Declaration

 

Public Function PrintBySize( _

   ByVal ImageID As Integer, _

   ByVal DstLeft As Single, _

   ByVal DstTop As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As GdPictureStatus
public GdPictureStatus PrintBySize( 

   int ImageID,

   float DstLeft,

   float DstTop,

   float Width,

   float Height

)
public function PrintBySize( 

    ImageID: Integer;

    DstLeft: Single;

    DstTop: Single;

    Width: Single;

    Height: Single

): GdPictureStatus; 
public function PrintBySize( 

   ImageID : int,

   DstLeft : float,

   DstTop : float,

   Width : float,

   Height : float

) : GdPictureStatus;
public: GdPictureStatus PrintBySize( 

   int ImageID,

   float DstLeft,

   float DstTop,

   float Width,

   float Height

) 
public:

GdPictureStatus PrintBySize( 

   int ImageID,

   float DstLeft,

   float DstTop,

   float Width,

   float Height

) 

Parameters

ImageID
DstLeft
DstTop
Width
Height
See Also

Reference

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