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