You are here: Start » AVL.NET » SurfaceCoordinatesFormat Class

SurfaceCoordinatesFormat Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Stores information about X and Y coordinate offsets and scales of a surface.

Constructors

 ConstructorDescription
SurfaceCoordinatesFormat(SurfaceFormat)
SurfaceCoordinatesFormat(Surface)
SurfaceCoordinatesFormat(Double, Double, Double, Double)
SurfaceCoordinatesFormat()

Properties

 NameTypeDescription
XOffsetSystem.DoubleSurface offset in X axis
XScaleSystem.DoubleSurface scale in X axis
YOffsetSystem.DoubleSurface offset in Y axis
YScaleSystem.DoubleSurface scale in Y axis

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.SurfaceCoordinatesFormat)
Equals(AvlNet.SurfaceCoordinatesFormat, AvlNet.SurfaceCoordinatesFormat)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also