IBrush Interface

IBrush interface

Declares method for getting of brush type.

public interface IBrush : IDisposable

Properties

NameDescription
SupportsShader { get; }Checks if the brush supports a shader.
Type { get; }Get type of brush; See BrushType.

Methods

NameDescription
ToNative()Converts the brush to a native representation.

See Also