ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTDrawingState Class / Graphics Property




In This Topic
    Graphics Property (ImGearARTDrawingState)
    In This Topic
    Gets or sets graphics object that is used to draw a mark.
    Syntax
    'Declaration
     
    Public Property Graphics As Graphics
    'Usage
     
    Dim instance As ImGearARTDrawingState
    Dim value As Graphics
     
    instance.Graphics = value
     
    value = instance.Graphics
    public Graphics Graphics {get; set;}
    public: __property Graphics* get_Graphics();
    public: __property void set_Graphics( 
       Graphics* value
    );
    public:
    property Graphics^ Graphics {
       Graphics^ get();
       void set (    Graphics^ value);
    }

    Property Value

    System.Drawing.Graphics value.
    See Also