'宣言 Public Overloads Function RenderBlockArc( _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single, _ ByVal line As LineDef, _ ByVal fillBrush As System.Drawing.Brush _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim width As Unit Dim height As Unit Dim startAngle As System.Single Dim sweepAngle As System.Single Dim line As LineDef Dim fillBrush As System.Drawing.Brush Dim value As System.Boolean value = instance.RenderBlockArc(width, height, startAngle, sweepAngle, line, fillBrush)
public System.bool RenderBlockArc( Unit width, Unit height, System.float startAngle, System.float sweepAngle, LineDef line, System.Drawing.Brush fillBrush )
パラメータ
- width
- The width of the arc.
- height
- The height of the arc.
- startAngle
- The arc's starting angle (in degrees, measured clockwise from the X axis).
- sweepAngle
- The arc's sweep angle (in degrees, measured clockwise from startAngle).
- line
- The LineDef to draw the arc with.
- fillBrush
- The fill brush.
戻り値の型
true if no warnings were generated by this call, false otherwise.