In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / GetTranslated Method

GetTranslated Method

In This Topic
Syntax
'Declaration

 

Public Shared Function GetTranslated( _

   ByVal rect As GdPictureRectangle, _

   ByVal dx As Integer, _

   ByVal dy As Integer _

) As GdPictureRectangle
public static GdPictureRectangle GetTranslated( 

   GdPictureRectangle rect,

   int dx,

   int dy

)
public function GetTranslated( 

    rect: GdPictureRectangle;

    dx: Integer;

    dy: Integer

): GdPictureRectangle; static; 
public static function GetTranslated( 

   rect : GdPictureRectangle,

   dx : int,

   dy : int

) : GdPictureRectangle;
public: static GdPictureRectangle* GetTranslated( 

   GdPictureRectangle* rect,

   int dx,

   int dy

) 
public:

static GdPictureRectangle^ GetTranslated( 

   GdPictureRectangle^ rect,

   int dx,

   int dy

) 

Parameters

rect
dx
dy
See Also

Reference

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