VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.GraphicObjects Namespace / ImageGraphicObject Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ImageGraphicObject Class
    In This Topic
    Represents a static image which can be displayed in image viewer.
    Object Model
    VintasoftImage IInteractionController ImageViewerPointFTransform ImageGraphicObject
    Syntax
    'Declaration
    
    Public Class ImageGraphicObject
       Inherits RectangularGraphicObject
    
    
    public class ImageGraphicObject : RectangularGraphicObject
    
    
    public __gc class ImageGraphicObject : public RectangularGraphicObject*
    
    
    public ref class ImageGraphicObject : public RectangularGraphicObject^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.UI.VisualTools.GraphicObjects.GraphicObject
          Vintasoft.Imaging.UI.VisualTools.GraphicObjects.RectangularGraphicObject
             Vintasoft.Imaging.UI.VisualTools.GraphicObjects.ImageGraphicObject

    Requirements

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

    See Also