AtalaPen Constructor |
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) | |
![]() | AtalaPen(Color, Int32, 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. |