'宣言 Public Overloads Function RenderBlockEllipse( _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal style As Style _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim width As Unit Dim height As Unit Dim style As Style Dim value As System.Boolean value = instance.RenderBlockEllipse(width, height, style)
パラメータ
- width
- 楕円の幅。
- height
- 楕円の高さ。
- style
- 使用する Style。
戻り値の型
この呼び出しによって警告が発生しなかった場合は true、その他の場合は false。