Creates a
RenderPolygon from a collection of
UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.
シンタックス
'宣言
Public Overloads Sub RenderDirectPolygon( _
ByVal As System.Collections.IEnumerable, _
ByVal As System.Boolean, _
ByVal As Style _
)
'使用法
Dim instance As C1PrintDocument
Dim points As System.Collections.IEnumerable
Dim closed As System.Boolean
Dim style As Style
instance.RenderDirectPolygon(points, closed, style)
public void RenderDirectPolygon(
System.Collections.IEnumerable ,
System.bool ,
Style
)
パラメータ
- points
- The collection of UnitPoint objects (an exception occurs if an object that is not a UnitPoint is found in the collection).
- closed
- A value indicating whether the polygon should be closed (i.e. the last point connected to the first one).
- style
- The C1PrintDocument.Style to use.
参照