'Declaration
Public Sub PaintAppearance( _ ByVal context As NPaintContext, _ ByVal fillStyle As NFillStyle, _ ByVal strokeStyle As NStrokeStyle, _ ByRef size As NSizeL, _ ByRef location As NPointF, _ ByVal orientation As System.Single _ )
'Usage
Dim instance As NArrowheadShape Dim context As NPaintContext Dim fillStyle As NFillStyle Dim strokeStyle As NStrokeStyle Dim size As NSizeL Dim location As NPointF Dim orientation As System.Single instance.PaintAppearance(context, fillStyle, strokeStyle, size, location, orientation)
public void PaintAppearance( NPaintContext context, NFillStyle fillStyle, NStrokeStyle strokeStyle, ref NSizeL size, ref NPointF location, System.float orientation )
Parameters
- context
- fillStyle
- strokeStyle
- size
- location
- orientation