Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphics Class / ShapeRenderingMode Property


In This Topic
    ShapeRenderingMode Property (NGraphics)
    In This Topic
    Gets/sets the image rendering mode associated with this NGraphics object.
    Syntax
    'Declaration
     
    
    Public Property ShapeRenderingMode As ShapeRenderingMode
    'Usage
     
    
    Dim instance As NGraphics
    Dim value As ShapeRenderingMode
     
    instance.ShapeRenderingMode = value
     
    value = instance.ShapeRenderingMode
    public ShapeRenderingMode ShapeRenderingMode {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also