Click or drag to resize

Figure Class

Represents a simple figure or annotation placed on a window.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginFigure

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class Figure

The Figure type exposes the following members.

Constructors
 NameDescription
Public methodFigureInitializes a new Figure with default appearance.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldAttachAttachment target for the figure.
Public fieldClientRectClient rectangle defining the figure bounds.
Public fieldColorColor used to draw the figure outline.
Public fieldFigureTypeType of figure.
Public fieldFillAreaColorFill color used for the figure area.
Public fieldFillAreaPatternPattern used to fill the figure area.
Public fieldFillAreaPatternColorColor used for the fill area pattern.
Public fieldFillAreaPatternWidthLine width used for the fill pattern.
Public fieldStyleStyle index used for the outline.
Public fieldUseBorderColorWhether to use the border color for the fill area.
Public fieldWidthLine width for the outline.
Top
See Also