Click or drag to resize

AtalaPen Constructor

Creates an AtalaPen object.
Overload List
  NameDescription
Public methodAtalaPen

Initializes a new instance of the AtalaPen class with the object defaults:,Width = 1

Public methodAtalaPen(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

Public methodAtalaPen(Fill)
Initializes a new instance of the AtalaPen class with a specified fill.
Public methodAtalaPen(Color, Int32)

Initializes a new instance of the AtalaPen class with a specified color and width.

Public methodAtalaPen(Fill, Int32)

Initializes a new instance of the AtalaPen class with a specified Fill and width.

Public methodAtalaPen(Color, Int32, LineStyle)

Initializes a new instance of the AtalaPen class with a specified color, width, and LineStyle.

Public methodAtalaPen(Fill, Int32, LineStyle)

Initializes a new instance of the AtalaPen class with a specified Fill, width, and LineStyle.

Public methodAtalaPen(Color, Int32, LineStyle, EndCap, CornerJoin)

Initializes a new instance of the AtalaPen class with a specified color, width, LineStyle, EndCap, and CornerJoin.

Public methodAtalaPen(Fill, Int32, LineStyle, EndCap, CornerJoin)

Initializes a new instance of the AtalaPen class with a specified Fill, width, LineStyle, EndCap, and CornerJoin.

Public methodAtalaPen(Color, Int32, LineStyle, EndCap, CornerJoin, Alignment)
Creates a new instance of AtalaPen specifying color, width, LineStyle, EndCap, CornerJoin and Alignment.
Public methodAtalaPen(Fill, Int32, LineStyle, EndCap, CornerJoin, Alignment)
Creates a new instance of AtalaPen specifying the Fill, width, LineStyle, EndCap, CornerJoin and Alignment.
Top
See Also