AtalaPen Class |
The AtalaPen is used to define a line or border used when drawing primitives onto a Canvas.
Namespace: Atalasoft.Imaging.Drawing
The AtalaPen type exposes the following members.
Name | Description | |
---|---|---|
AtalaPen | Initializes a new instance of the AtalaPen class with the object defaults:,Width = 1 | |
AtalaPen(Color) | Initializes a new instance of the AtalaPen class with the specified color. Using a constructor that specifies the color implies a fill type of solid | |
AtalaPen(Fill) | Initializes a new instance of the AtalaPen class with a specified fill.
| |
AtalaPen(Color, Int32) | Initializes a new instance of the AtalaPen class with a specified color and width. | |
AtalaPen(Fill, Int32) | Initializes a new instance of the AtalaPen class with a specified Fill and width. | |
AtalaPen(Color, Int32, LineStyle) | Initializes a new instance of the AtalaPen class with a specified color, width, and LineStyle. | |
AtalaPen(Fill, Int32, LineStyle) | ||
AtalaPen(Color, Int32, LineStyle, EndCap, CornerJoin) | Initializes a new instance of the AtalaPen class with a specified color, width, LineStyle, EndCap, and CornerJoin. | |
AtalaPen(Fill, Int32, LineStyle, EndCap, CornerJoin) | Initializes a new instance of the AtalaPen class with a specified Fill, width, LineStyle, EndCap, and CornerJoin. | |
AtalaPen(Color, Int32, LineStyle, EndCap, CornerJoin, Alignment) | Creates a new instance of AtalaPen specifying color, width, LineStyle, EndCap,
CornerJoin and Alignment. | |
AtalaPen(Fill, Int32, LineStyle, EndCap, CornerJoin, Alignment) | Creates a new instance of AtalaPen specifying the Fill, width, LineStyle,
EndCap, CornerJoin and Alignment. |
Name | Description | |
---|---|---|
Alignment | Gets or sets a value indicating the line positioning relative to the coordinates. | |
Color | Gets or sets the color of the pen. | |
CornerJoin | Gets or sets the style of corners used for this pen. | |
CustomDashPattern | Gets or sets an array of int's indicating the dash pattern when the LineStyle is set to Custom. | |
EndCap | Gets or sets the pen EndCap used when drawing. | |
Fill | Gets or sets the Fill used when drawing with this pen. | |
LineStyle | Gets or sets the type of line drawn with this pen. | |
Width | Gets or sets the width of the pen in pixels. |
Name | Description | |
---|---|---|
Clone | Create a copy of this AtalaPen. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |