Class GraphicsUtils
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class GraphicsUtils
Inheritance: System.Object -> GraphicsUtils
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
GraphicsUtils
public GraphicsUtils()
Methods
NormalizeDash
public static float[] NormalizeDash(IEnumerable<float> dash)
Parameters
| Type | Name | Description |
|---|---|---|
System.Collections.Generic.IEnumerable<System.Single> | dash |
Returns
System.Single[]
GetAltDash
public static float[] GetAltDash(float[] dash)
Parameters
| Type | Name | Description |
|---|---|---|
System.Single[] | dash |
Returns
System.Single[]