Properties  Methods 

IPen2D Interface Members

The following tables list the members exposed by IPen2D.

Public Properties
 NameDescription
 Property Gets if antialiasing should be used  
 Property Gets the color of the pen. Supports transparency (Inherited from SciChart.Drawing.Common.IPathColor)
 Property Used internally by the renderer, gets the integer color-code that represents the Pen color (Inherited from SciChart.Drawing.Common.IPathColor)
 Property When true, this instance has dashes  
 Property Gets a value indicating whether this pen is transparent. (Inherited from SciChart.Drawing.Common.IPathColor)
 Property Optional array with lengths of dash pattern items  
 Property Gets a value that describes a shape at the end of line  
 Property Gets the stroke thickness  
Top
Public Methods
 NameDescription
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodIndicates whether the current object is equal to another object of the same type. (Inherited from System.IEquatable<IPathColor>)
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also