'Declaration Public Function New( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal rectThe bounding box, in object space, of the image.As System.Drawing.RectangleF _
)
public ImageGraphicObject(
Vintasoft.Imaging.VintasoftImage image,
System.Drawing.RectangleF rect
)
public: ImageGraphicObject(
Vintasoft.Imaging.VintasoftImage* image,
System.Drawing.RectangleF* rect
)
public:
ImageGraphicObject(
Vintasoft.Imaging.VintasoftImage^ image,
System.Drawing.RectangleF^ rect
)
Parameters
- image
- The image.
- rect
- The bounding box, in object space, of the image.