Creates a
RenderPolygon from a collection of
UnitPoint objects, and renders it on the current page, at position specified by the points' coordinates.
If is null, the polygon is open, otherwise it is closed.
シンタックス
'宣言
Public Overloads Sub RenderDirectPolygon( _
ByVal As System.Collections.IEnumerable, _
ByVal As LineDef, _
ByVal As System.Drawing.Brush _
)
'使用法
Dim instance As C1PrintDocument
Dim points As System.Collections.IEnumerable
Dim line As LineDef
Dim fillBrush As System.Drawing.Brush
instance.RenderDirectPolygon(points, line, fillBrush)
public void RenderDirectPolygon(
System.Collections.IEnumerable ,
LineDef ,
System.Drawing.Brush
)
パラメータ
- points
- The collection of UnitPoint objects (an exception occurs if an object that is not a UnitPoint is found in the collection).
- line
- The LineDef to draw the polygon with.
- fillBrush
- The fill color (if null, the polygon is open, otherwise it is closed).
参照