楕円の幅と高さ、その描画に使用される
LineDef、および塗りつぶしブラシを割り当てて、
RenderEllipseクラスの新しいインスタンスを初期化します。楕円の位置は、現在の
RenderEllipseの位置に設定されます。
シンタックス
'宣言
Public Function New( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As LineDef, _
ByVal As System.Drawing.Brush _
)
'使用法
Dim width As Unit
Dim height As Unit
Dim shapeLine As LineDef
Dim shapeFillBrush As System.Drawing.Brush
Dim instance As New RenderEllipse(width, height, shapeLine, shapeFillBrush)
public RenderEllipse(
Unit ,
Unit ,
LineDef ,
System.Drawing.Brush
)
パラメータ
- width
- 楕円の幅。
- height
- 楕円の高さ。
- shapeLine
- 楕円の描画に使用される LineDef。
- shapeFillBrush
- 塗りつぶしブラシ。
参照