The C1GaugeViewport type exposes the following members.

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