Nevron.Diagram.WinForm Namespace / NHandle Class / PaintHandleShape Method


PaintHandleShape Method
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)

Parameters

device
shape
location
size
fillStyle
strokeStyle
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