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