PrintDocument for WinForms
RenderDirectEllipse(Unit,Unit,Unit,Unit,Style) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectEllipse メソッド : RenderDirectEllipse(Unit,Unit,Unit,Unit,Style) メソッド
The horizontal (X) coordinate at which to render the ellipse (cannot be auto).
The vertical (Y) coordinate at which to render the ellipse (cannot be auto).
The width of the ellipse.
The height of the ellipse.
The C1PrintDocument.Style to use.
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 x As Unit, _
   ByVal y As Unit, _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal style As Style _
) 
'使用法
 
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim width As Unit
Dim height As Unit
Dim style As Style
 
instance.RenderDirectEllipse(x, y, width, height, style)
public void RenderDirectEllipse( 
   Unit x,
   Unit y,
   Unit width,
   Unit height,
   Style style
)

パラメータ

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.
style
The C1PrintDocument.Style to use.
解説

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 メンバ
オーバーロード一覧
RenderEllipse クラス
RenderDirect(Unit,Unit,RenderObject,Object,Object) メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド