Class RBrush
Adapter for platform specific brush objects - used to fill graphics (rectangles, polygons and paths).
The brush can be solid color, gradient or image.
Inheritance
System.Object
RBrush
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TheArtOfDev.HtmlRenderer.Adapters
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public abstract class RBrush : IDisposable
Constructors
RBrush()
Declaration
protected RBrush()
Methods
Dispose()
Declaration
public abstract void Dispose()
Implements
System.IDisposable.Dispose()