GetTranslated Method (GdPictureRectangle)
In This Topic
Syntax
'Declaration
Public Shared Function GetTranslated( _
ByVal As GdPictureRectangle, _
ByVal As Integer, _
ByVal As Integer _
) As GdPictureRectangle
public static GdPictureRectangle GetTranslated(
GdPictureRectangle ,
int ,
int
)
public function GetTranslated(
: GdPictureRectangle;
: Integer;
: Integer
): GdPictureRectangle; static;
public static function GetTranslated(
: GdPictureRectangle,
: int,
: int
) : GdPictureRectangle;
public: static GdPictureRectangle* GetTranslated(
GdPictureRectangle* ,
int ,
int
)
public:
static GdPictureRectangle^ GetTranslated(
GdPictureRectangle^ ,
int ,
int
)
Parameters
- rect
- dx
- dy
See Also