Adds an ellipse to the
C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
シンタックス
'宣言
Public Overloads Sub RenderDirectEllipse( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As LineDef, _
ByVal As System.Drawing.Brush _
)
'使用法
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim width As Unit
Dim height As Unit
Dim line As LineDef
Dim fillBrush As System.Drawing.Brush
instance.RenderDirectEllipse(x, y, width, height, line, fillBrush)
public void RenderDirectEllipse(
Unit ,
Unit ,
Unit ,
Unit ,
LineDef ,
System.Drawing.Brush
)
パラメータ
- x
- The horizontal (X) coordinate at which to render the ellipse (cannot be auto).
- y
- The vertical (Y) coordinate at which to render the ellipse (cannot be auto).
- width
- The width of the ellipse.
- height
- The height of the ellipse.
- line
- The LineDef to draw the ellipse with.
- fillBrush
- The fill brush.
参照