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