GdPicture.NET.14
GdPicture14.Imaging Namespace / GdPicturePointF Structure / Translate Method





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

Parameters

X
Y
See Also