Class GeometryFactory
Geometry factory class for producing basic geometries.
Inheritance
System.Object
GeometryFactory
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: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class GeometryFactory
Properties
Geometries
Gets the geometries.
Declaration
public static Dictionary<GeometryType, Geometry> Geometries { get; }
Property Value
System.Collections.Generic.Dictionary<GeometryType, System.Windows.Media.Geometry>
|
Methods
GetGeometry(GeometryType)
Gets a geometry of a specified geometry type.
Declaration
public static Geometry GetGeometry(GeometryType geometryType)
Parameters
GeometryType
geometryType
|
Returns
System.Windows.Media.Geometry
|