Nevron .NET Vision
Nevron.GraphicsCore.Shapes Namespace / NHorzCutEdgeBarShape Class / Paint Method


In This Topic
    Paint Method (NHorzCutEdgeBarShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub Paint( _
       ByVal device As IN2DDevice, _
       ByVal rect As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NHorzCutEdgeBarShape
    Dim device As IN2DDevice
    Dim rect As NRectangleF
     
    instance.Paint(device, rect)
    public override void Paint( 
       IN2DDevice device,
       NRectangleF rect
    )

    Parameters

    device
    rect
    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