Loading [MathJax]/extensions/tex2jax.js

You are here: Start » FIL.NET » CoordinateSystem2D Structure

CoordinateSystem2D Structure

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
CoordinateSystem2D(Point2D, Single, Single)
CoordinateSystem2D(Vector2D, Single, Single)
CoordinateSystem2D(Single, Single, Single, Single)

Properties

 NameTypeDescription
AngleSystem.Single
DefaultFil.CoordinateSystem2D Gets a default instance of the CoordinateSystem2D.
EmptyFil.CoordinateSystem2D Gets an empty instance of the CoordinateSystem2D.
OriginFil.Point2D
ScaleSystem.Single
XSystem.Single
YSystem.Single

Methods

 NameDescription
Equals(Fil.CoordinateSystem2D)
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also