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