Click or drag to resize

PolyLineMetafileCommand.CreatePolyline Method

Creates a copy of the poly line.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public override PolyLineMetafileCommand CreatePolyline(
	int _ = 500,
	double dummy = 100
)

Parameters

_  Int32  (Optional)
Unused.
dummy  Double  (Optional)
Unused

Return Value

PolyLineMetafileCommand
The copy of this poly line.
See Also