Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
protected MeasureInfo RenderDirectPolyInternal(
	bool isPolygon,
	IEnumerable points,
	C1DocStyle style
)
Visual Basic (Declaration)
Protected Function RenderDirectPolyInternal ( _
	isPolygon As Boolean, _
	points As IEnumerable, _
	style As C1DocStyle _
) As MeasureInfo

See Also