'Declaration Public Overloads Sub RenderDirectPolygon( _ ByVal points As IEnumerable, _ ByVal line As LineDef _ )
public void RenderDirectPolygon( IEnumerable points, LineDef line )
'Declaration Public Overloads Sub RenderDirectPolygon( _ ByVal points As IEnumerable, _ ByVal line As LineDef _ )
public void RenderDirectPolygon( IEnumerable points, LineDef line )
This method can only be used between calls to C1PrintDocument.StartDoc and C1PrintDocument.EndDoc methods on the current document. For details, see C1PrintDocument.RenderDirect.