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





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

Parameters

dx
dy
See Also

Reference

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