Line Class

Line class

Encapsulates the object that represents the line format.


type Line struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCompoundTypeSpecifies the compound line type
SetCompoundTypeSpecifies the compound line type
GetDashTypeSpecifies the dash line type
SetDashTypeSpecifies the dash line type
GetCapTypeSpecifies the ending caps.
SetCapTypeSpecifies the ending caps.
GetJoinTypeSpecifies the joining caps.
SetJoinTypeSpecifies the joining caps.
GetBeginTypeSpecifies an arrowhead for the begin of a line.
SetBeginTypeSpecifies an arrowhead for the begin of a line.
GetEndTypeSpecifies an arrowhead for the end of a line.
SetEndTypeSpecifies an arrowhead for the end of a line.
GetBeginArrowLengthSpecifies the length of the arrowhead for the begin of a line.
SetBeginArrowLengthSpecifies the length of the arrowhead for the begin of a line.
GetEndArrowLengthSpecifies the length of the arrowhead for the end of a line.
SetEndArrowLengthSpecifies the length of the arrowhead for the end of a line.
GetBeginArrowWidthSpecifies the width of the arrowhead for the begin of a line.
SetBeginArrowWidthSpecifies the width of the arrowhead for the begin of a line.
GetEndArrowWidthSpecifies the width of the arrowhead for the end of a line.
SetEndArrowWidthSpecifies the width of the arrowhead for the end of a line.
GetThemeColorGets and sets the theme color.
SetThemeColorGets and sets the theme color.
GetColorRepresents the of the line.
SetColorRepresents the of the line.
GetTransparencyReturns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear).
SetTransparencyReturns or sets the degree of transparency of the line as a value from 0.0 (opaque) through 1.0 (clear).
GetStyleRepresents the style of the line.
SetStyleRepresents the style of the line.
GetWeightGets or sets the of the line.
SetWeightGets or sets the of the line.
GetWeightPtGets or sets the weight of the line in unit of points.
SetWeightPtGets or sets the weight of the line in unit of points.
GetWeightPxGets or sets the weight of the line in unit of pixels.
SetWeightPxGets or sets the weight of the line in unit of pixels.
GetFormattingTypeGets or sets format type.
SetFormattingTypeGets or sets format type.
IsAutomaticColorIndicates whether the color of line is automatic assigned.
IsVisibleRepresents whether the line is visible.
SetIsVisibleRepresents whether the line is visible.
IsAutoIndicates whether this line style is auto assigned.
SetIsAutoIndicates whether this line style is auto assigned.
GetGradientFillRepresents gradient fill.