Properties  Methods 

IBrush2D Interface Members

The following tables list the members exposed by IBrush2D.

Public Properties
 NameDescription
 Property Gets whether fills painted with this brush should be alpha blended or not  
 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 Gets a value indicating whether this pen is transparent. (Inherited from SciChart.Drawing.Common.IPathColor)
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