ReportViewer for ASP.NET Web Forms
RenderDirectPolygon(IEnumerable,Boolean,Style) メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectPolygon メソッド : RenderDirectPolygon(IEnumerable,Boolean,Style) メソッド
UnitPoint オブジェクトのコレクション (UnitPointないオブジェクトがコレクションに見つかった場合は例外が発生します)。
多角形が閉じた状態(すなわち、最後のポイントが最初のポイントに結合されている)かどうかを示す値。
使用する Style
RenderPolygonUnitPoint オブジェクトのコレクションから作成して、 現在のページ上のポイント座標で指定された位置にレンダリングします。
シンタックス
'宣言
 
Public Overloads Sub RenderDirectPolygon( _
   ByVal points As System.Collections.IEnumerable, _
   ByVal closed As System.Boolean, _
   ByVal style As Style _
) 
public void RenderDirectPolygon( 
   System.Collections.IEnumerable points,
   System.bool closed,
   Style style
)

パラメータ

points
UnitPoint オブジェクトのコレクション (UnitPointないオブジェクトがコレクションに見つかった場合は例外が発生します)。
closed
多角形が閉じた状態(すなわち、最後のポイントが最初のポイントに結合されている)かどうかを示す値。
style
使用する Style
解説

このメソッドは、現在のドキュメント上の 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 メソッド