PolyLineMetafileCommand.CreatePolyline Method |
Creates a copy of the poly line.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic override PolyLineMetafileCommand CreatePolyline(
int _ = 500,
double dummy = 100
)
Parameters
- _ Int32 (Optional)
- Unused.
- dummy Double (Optional)
- Unused
Return Value
PolyLineMetafileCommandThe copy of this poly line.
See Also