'宣言 Public Overloads Function RenderBlockEllipse( _ ByVal width As Unit, _ ByVal height As Unit, _ 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 line As LineDef Dim fillBrush As System.Drawing.Brush Dim value As System.Boolean value = instance.RenderBlockEllipse(width, height, line, fillBrush)
パラメータ
- width
- 楕円の幅。
- height
- 楕円の高さ。
- line
- 楕円の描画に使用する LineDef。
- fillBrush
- 楕円の塗りつぶしブラシ。
戻り値の型
この呼び出しによって警告が発生しなかった場合は true、その他の場合は false。