VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools.GraphicObjects Namespace / WpfImageGraphicObject Class / WpfImageGraphicObject Constructors / WpfImageGraphicObject Constructor(VintasoftImage,Point)
Syntax Requirements SeeAlso
In This Topic
    WpfImageGraphicObject Constructor(VintasoftImage,Point)
    In This Topic
    Initializes a new instance of the WpfImageGraphicObject class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal image
    The image.
    As Vintasoft.Imaging.VintasoftImage, _
    ByVal location
    The 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.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also