GdPicture.NET.14.API
GdPicture14.Imaging Namespace / GdPictureRectangleF Class / GdPictureRectangleF Constructor / GdPictureRectangleF Constructor(GdPicturePointF,GdPictureSizeF)





In This Topic
GdPictureRectangleF Constructor(GdPicturePointF,GdPictureSizeF)
In This Topic
Syntax
'Declaration
 
Public Function New( _
   ByVal location As GdPicturePointF, _
   ByVal size As GdPictureSizeF _
)
public GdPictureRectangleF( 
   GdPicturePointF location,
   GdPictureSizeF size
)
public GdPictureRectangleF( 
    location: GdPicturePointF;
    size: GdPictureSizeF
); 
public function GdPictureRectangleF( 
   location : GdPicturePointF,
   size : GdPictureSizeF
);
public: GdPictureRectangleF( 
   GdPicturePointF location,
   GdPictureSizeF size
)
public:
GdPictureRectangleF( 
   GdPicturePointF location,
   GdPictureSizeF size
)

Parameters

location
size
See Also