VectorOperationsPositiveOrientation(IEnumerableBaseMetafileCommand) Method |
Returns true if the orientation of the object is positive (conter clock wise)
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic static bool PositiveOrientation(
IEnumerable<BaseMetafileCommand> commands
)
Parameters
- commands IEnumerableBaseMetafileCommand
- Command list of the object.
Return Value
Boolean[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorOperations.PositiveOrientation(System.Collections.Generic.IEnumerable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand})"]
See Also