GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangleF / Scale Method





In This Topic
Scale Method (GdPictureRectangleF)
In This Topic
Syntax
'Declaration
 
Public Sub Scale( _
   ByVal sx As Single, _
   ByVal sy As Single _
) 
public void Scale( 
   float sx,
   float sy
)
public procedure Scale( 
    sx: Single;
    sy: Single
); 
public function Scale( 
   sx : float,
   sy : float
);
public: void Scale( 
   float sx,
   float sy
) 
public:
void Scale( 
   float sx,
   float sy
) 

Parameters

sx
sy
See Also

Reference

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