PrintDocument for WinForms
RenderDirectArc(Unit,Unit,Unit,Unit,Single,Single,LineDef) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectArc メソッド : RenderDirectArc(Unit,Unit,Unit,Unit,Single,Single,LineDef) メソッド
The horizontal (X) coordinate at which to render the arc (cannot be auto).
The vertical (Y) coordinate at which to render the arc (cannot be auto).
The width of the arc.
The height of the arc.
The arc's starting angle (in degrees, measured clockwise from the X axis).
The arc's sweep angle (in degrees, measured clockwise from startAngle).
The LineDef to draw the arc with.
Adds an arc to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
シンタックス
'宣言
 
Public Overloads Sub RenderDirectArc( _
   ByVal x As Unit, _
   ByVal y As Unit, _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single, _
   ByVal line As LineDef _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim width As Unit
Dim height As Unit
Dim startAngle As System.Single
Dim sweepAngle As System.Single
Dim line As LineDef
 
instance.RenderDirectArc(x, y, width, height, startAngle, sweepAngle, line)
public void RenderDirectArc( 
   Unit x,
   Unit y,
   Unit width,
   Unit height,
   System.float startAngle,
   System.float sweepAngle,
   LineDef line
)

パラメータ

x
The horizontal (X) coordinate at which to render the arc (cannot be auto).
y
The vertical (Y) coordinate at which to render the arc (cannot be auto).
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.
解説

This method can only be used between calls to C1PrintDocument.StartDoc and C1PrintDocument.EndDoc methods on the current document. For details, see C1PrintDocument.RenderDirect.

参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧
RenderArc クラス
RenderDirect(Unit,Unit,RenderObject,Object,Object) メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド