The PieInfo type exposes the following members.

Constructors

  Name Description
Public method PieInfo
Creates a new PieInfo structure with the specified parameters.

Methods

  Name Description
Public method Equals(Object)
Public method Equals(PieInfo)
Protected method Finalize
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 method 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 the fully qualified type name of this instance.
(Inherited from ValueType.)

Operators

  Name Description
Public operator Static member Equality
Public operator Static member Inequality

Fields

  Name Description
Public field Angle
Gets or sets the start angle of the pie.
Public field Center
Gets or sets the center of the pie.
Public field Height
Gets or sets the height of the pie.
Public field InnerRadius
Gets or sets the inner radius of the pie.
Public field Offset
Gets or sets the radial offset of pie slice from the center.
Public field RadiusX
Gets or sets the x-radius of the pie.
Public field RadiusY
Gets or sets the y-radius of the pie.
Public field Sweep
Gets or sets the sweep of the pie.

See Also