The C1ZoomUnit type exposes the following members.

Constructors

  Name Description
Public method C1ZoomUnit(Double)
Initializes a new instance of the C1ZoomUnit struct.
Public method C1ZoomUnit(Double, C1ZoomUnitType)
Initializes a new instance of the C1ZoomUnit struct.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to this instance.
(Overrides ValueType..::..Equals(Object).)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Returns a hash code for this instance.
(Overrides ValueType..::..GetHashCode()()()().)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents this instance.
(Overrides ValueType..::..ToString()()()().)

Operators

  Name Description
Public operator Static member Equality
Compares two C1ZoomUnit structures for equality.
Public operator Static member Inequality
Compares two C1ZoomUnit structures to determine if they are not equal.

Properties

  Name Description
Public property Static member Fill
Gets the zoom which auto-adjust to fill the viewport.
Public property IsFill
Gets a value indicating whether the zoom will be adjusted to fill the viewport.
Public property IsFixed
Gets a value indicating whether the zoom is a fixed value.
Public property IsOneItem
Gets a value indicating whether the zoom will be adjusted to show one item entirely.
Public property Static member OneItem
Gets the zoom which auto-adjust to show one item entirely in the viewport.
Public property Type
Gets the type of unit.
Public property Value
Gets the value.

See Also