ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearRenderSettings Class / DrawImage Property




In This Topic
    DrawImage Property
    In This Topic
    Gets or sets a value indicating whether the image should be drawn.
    Syntax
    'Declaration
     
    Public Property DrawImage As Boolean
    'Usage
     
    Dim instance As ImGearRenderSettings
    Dim value As Boolean
     
    instance.DrawImage = value
     
    value = instance.DrawImage
    public bool DrawImage {get; set;}
    public: __property bool get_DrawImage();
    public: __property void set_DrawImage( 
       bool value
    );
    public:
    property bool DrawImage {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The default value is true.
    See Also