IPen2D Interface Members
The following tables list the members exposed by IPen2D.
Public Properties
Name | Description | |
---|---|---|
Antialiased | Gets if antialiasing should be used | |
Color | Gets the color of the pen. Supports transparency (Inherited from SciChart.Drawing.Common.IPathColor) | |
ColorCode | Used internally by the renderer, gets the integer color-code that represents the Pen color (Inherited from SciChart.Drawing.Common.IPathColor) | |
HasDashes | When true, this instance has dashes | |
IsTransparent | Gets a value indicating whether this pen is transparent. (Inherited from SciChart.Drawing.Common.IPathColor) | |
StrokeDashArray | Optional array with lengths of dash pattern items | |
StrokeEndLineCap | Gets a value that describes a shape at the end of line | |
StrokeThickness | Gets the stroke thickness |
Public Methods
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable) | |
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IPathColor>) |
Extension Methods
Name | Description | |
---|---|---|
SafeDispose | Checks for null and if not null, calls Dispose |
See Also