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