Skip to main content

Class GraphicsUtils

Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public 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

Constructors

GraphicsUtils

public GraphicsUtils()

Methods

NormalizeDash

public static float[] NormalizeDash(IEnumerable<float> dash)
Parameters
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Single>dash
Returns

System.Single[]

GetAltDash

public static float[] GetAltDash(float[] dash)
Parameters
TypeNameDescription
System.Single[]dash
Returns

System.Single[]

Was this page helpful?