Click or drag to resize

Layout Methods

The Layout type exposes the following members.

Methods
  NameDescription
Public methodConvertAngleLocalToWorld
Convert the angle from the local coordinate system to the world coordinate system.
Public methodConvertAngleWorldToLocal
Convert the angle from the world coordinate system to the local coordinate system.
Public methodConvertLengthLocalToWorld
Convert the length from the local coordinate system to the world coordinate system.
Public methodConvertLengthWorldToLocal
Convert the length from the world coordinate system to the local coordinate system.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMoveTo
Move the layout to the specified position.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformPointLocalToWorld
Convert the coordinates from the local coordinate system to the world coordinate system.
Public methodTransformPointsLocalToWorld
Convert multiple coordinates from the local coordinate system to the world coordinate system.
Public methodTransformPointsWorldToLocal
Convert multiple coordinates from the world coordinate system to the local coordinate system.
Public methodTransformPointWorldToLocal
Convert the coordinates from the world coordinate system to the local coordinate system.
Public methodTransformShapeLocalToWorld
Convert geometry from local coordinate system to world coordinate system.
Public methodTransformShapesLocalToWorld
Convert multiple geometries from the local coordinate system to the world coordinate system.
Public methodTransformShapesWorldToLocal
Convert multiple geometries from world coordinate system to local coordinate system.
Public methodTransformShapeWorldToLocal
Convert geometry from world coordinate system to local coordinate system.
Top
See Also