In This Topic

CreateFromSize Method (GdPictureRectangle)

In This Topic
Syntax
'Declaration
 
Public Shared Function CreateFromSize( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As GdPictureRectangle
public static GdPictureRectangle CreateFromSize( 
   int left,
   int top,
   int width,
   int height
)
public function CreateFromSize( 
    left: Integer;
    top: Integer;
    width: Integer;
    height: Integer
): GdPictureRectangle; static; 
public static function CreateFromSize( 
   left : int,
   top : int,
   width : int,
   height : int
) : GdPictureRectangle;
public: static GdPictureRectangle* CreateFromSize( 
   int left,
   int top,
   int width,
   int height
) 
public:
static GdPictureRectangle^ CreateFromSize( 
   int left,
   int top,
   int width,
   int height
) 

Parameters

left
top
width
height
See Also