Click or drag to resize

AreaInfo Structure

Describes a worksheet area hit together with its coordinates and indices.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.WorksheetAreaInfo

Namespace: Altaxo.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public struct AreaInfo

The AreaInfo type exposes the following members.

Properties
 NameDescription
Public propertyAreaRectangle Gets or sets the hit rectangle.
Public propertyAreaType Gets or sets the hit area type.
Public propertyColumnNumber Gets or sets the column number.
Public propertyRowNumber Gets or sets the row number.
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also