ProjectionValue Structure

CVB.Net Documentation
Single projection value.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public struct ProjectionValue

The ProjectionValue type exposes the following members.

Properties

  NameDescription
Public propertyValue
Projection value (as determined by the ProjectionMode).
Public propertyX
x coordinate of the projection.
Public propertyY
y coordinate of the projection (y coordinate is located on the bottom edge of the area of interest for which the project has been calculated).
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
String conversion.
(Overrides ValueTypeToString.)
Top
See Also

Reference