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