The C1GaugeViewport type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAspectPinX
Gets or sets the relative X position that remains fixed when the viewport moves in order to maintain the aspect ration.
Public propertyAspectPinY
Gets or sets the relative Y position that remains fixed when the viewport moves in order to maintain the aspect ratio.
Public propertyAspectRatio
Gets or sets the fixed ratio of width to height of the viewport.
Public propertyHeight
Gets or sets the height of the viewport (in pixels).
Public propertyMarginX
Gets or sets the left and right margins (in pixels).
Public propertyMarginY
Gets or sets the top and bottom margins (in pixels).
Public propertyScaleX
Scales the width of the viewport by the specified relative amount (after translation).
Public propertyScaleY
Scales the height of the viewport by the specified relative amount (after translation).
Public propertyTranslateX
Moves the viewport by the specified relative amount along the X-axis (before scaling).
Public propertyTranslateY
Moves the viewport by the specified relative amount along the Y-axis (before scaling).
Public propertyWidth
Gets or sets the width of the viewport (in pixels).
Public propertyX
Gets or sets the X-offset of the viewport (in pixels).
Public propertyY
Gets or sets the Y-offset of the viewport (in pixels).

See Also