Click or drag to resize

VectorOperationsPositiveOrientation(IEnumerableBaseMetafileCommand) Method

Returns true if the orientation of the object is positive (conter clock wise)

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public 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