Reports for WPF
RenderDirectPolygon(IEnumerable,LineDef,Brush) メソッド

C1.WPF.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectPolygon メソッド : RenderDirectPolygon(IEnumerable,LineDef,Brush) メソッド
UnitPoint オブジェクトのコレクション (UnitPointないオブジェクトがコレクションに見つかった場合は例外が発生します)。
多角形の描画に使用する LineDef
塗りつぶし色(null の場合は多角形は開いた状態。その他の場合は閉じた状態)。
RenderPolygonUnitPoint オブジェクトのコレクションから作成して、 現在のページ上のポイント座標で指定された位置にレンダリングします。

fillBrushnull の場合は多角形は開いた状態です。その他の場合は閉じた状態です。

シンタックス
'宣言
 
Public Overloads Sub RenderDirectPolygon( _
   ByVal points As System.Collections.IEnumerable, _
   ByVal line As LineDef, _
   ByVal fillBrush As System.Windows.Media.Brush _
) 
public void RenderDirectPolygon( 
   System.Collections.IEnumerable points,
   LineDef line,
   System.Windows.Media.Brush fillBrush
)

パラメータ

points
UnitPoint オブジェクトのコレクション (UnitPointないオブジェクトがコレクションに見つかった場合は例外が発生します)。
line
多角形の描画に使用する LineDef
fillBrush
塗りつぶし色(null の場合は多角形は開いた状態。その他の場合は閉じた状態)。
解説

このメソッドは、現在のドキュメント上の StartDoc メソッド呼び出しと EndDoc メソッド呼び出しの間でのみ使用できます。 詳細は、RenderDirect(Unit,Unit,RenderObject,Object,Object) を参照してください。

参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧
C1.C1Preview.C1PrintDocument.CreateRenderPolygon(System.Collections.IEnumerable,System.Boolean)
RenderPolygon クラス
RenderDirect(Unit,Unit,RenderObject,Object,Object) メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド