Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NHandle Class / PaintHandleShape Method
graphics in which to paint
handle shape
handle location (in device coordinates)
handle size (in device coordinates)
brush to use for the handle filling
pen to use for the handle outline


In This Topic
    PaintHandleShape Method
    In This Topic
    Paints the handle shape
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintHandleShape( _
       ByVal device As IN2DDevice, _
       ByVal shape As HandleShape, _
       ByVal location As NPointF, _
       ByVal size As NSizeF, _
       ByVal fillStyle As NFillStyle, _
       ByVal strokeStyle As NStrokeStyle _
    ) 
    'Usage
     
    
    Dim instance As NHandle
    Dim device As IN2DDevice
    Dim shape As HandleShape
    Dim location As NPointF
    Dim size As NSizeF
    Dim fillStyle As NFillStyle
    Dim strokeStyle As NStrokeStyle
     
    instance.PaintHandleShape(device, shape, location, size, fillStyle, strokeStyle)
    protected virtual void PaintHandleShape( 
       IN2DDevice device,
       HandleShape shape,
       NPointF location,
       NSizeF size,
       NFillStyle fillStyle,
       NStrokeStyle strokeStyle
    )

    Parameters

    device
    graphics in which to paint
    shape
    handle shape
    location
    handle location (in device coordinates)
    size
    handle size (in device coordinates)
    fillStyle
    brush to use for the handle filling
    strokeStyle
    pen to use for the handle outline
    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