Line Class
Contents
[
Hide
]Line class
Encapsulates the object that represents the line format.
type Line struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCompoundType | Specifies the compound line type |
SetCompoundType | Specifies the compound line type |
GetDashType | Specifies the dash line type |
SetDashType | Specifies the dash line type |
GetCapType | Specifies the ending caps. |
SetCapType | Specifies the ending caps. |
GetJoinType | Specifies the joining caps. |
SetJoinType | Specifies the joining caps. |
GetBeginType | Specifies an arrowhead for the begin of a line. |
SetBeginType | Specifies an arrowhead for the begin of a line. |
GetEndType | Specifies an arrowhead for the end of a line. |
SetEndType | Specifies an arrowhead for the end of a line. |
GetBeginArrowLength | Specifies the length of the arrowhead for the begin of a line. |
SetBeginArrowLength | Specifies the length of the arrowhead for the begin of a line. |
GetEndArrowLength | Specifies the length of the arrowhead for the end of a line. |
SetEndArrowLength | Specifies the length of the arrowhead for the end of a line. |
GetBeginArrowWidth | Specifies the width of the arrowhead for the begin of a line. |
SetBeginArrowWidth | Specifies the width of the arrowhead for the begin of a line. |
GetEndArrowWidth | Specifies the width of the arrowhead for the end of a line. |
SetEndArrowWidth | Specifies the width of the arrowhead for the end of a line. |
GetThemeColor | Gets and sets the theme color. |
SetThemeColor | Gets and sets the theme color. |
GetColor | Represents the |
SetColor | Represents the |
GetTransparency | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). |
SetTransparency | Returns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear). |
GetStyle | Represents the style of the line. |
SetStyle | Represents the style of the line. |
GetWeight | Gets or sets the |
SetWeight | Gets or sets the |
GetWeightPt | Gets or sets the weight of the line in unit of points. |
SetWeightPt | Gets or sets the weight of the line in unit of points. |
GetWeightPx | Gets or sets the weight of the line in unit of pixels. |
SetWeightPx | Gets or sets the weight of the line in unit of pixels. |
GetFormattingType | Gets or sets format type. |
SetFormattingType | Gets or sets format type. |
IsAutomaticColor | Indicates whether the color of line is automatic assigned. |
IsVisible | Represents whether the line is visible. |
SetIsVisible | Represents whether the line is visible. |
IsAuto | Indicates whether this line style is auto assigned. |
SetIsAuto | Indicates whether this line style is auto assigned. |
GetGradientFill | Represents gradient fill. |