[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.SolidColorBrush

SolidColorBrush Class

ID2D1SolidColorBrush

Inheritance
SolidColorBrush
Implements
Namespace: GrapeCity.Documents.DX.Direct2D
Assembly: GcDocs.DX.Windows.dll
Syntax
[Guid("2cd906a9-12e2-11dc-9fed-001143a055f9")]
public class SolidColorBrush : Brush, IDisposable, IUnknown

Constructors

Name Description
SolidColorBrush(IntPtr)

Initializes a new instance of the SolidColorBrush class.

Methods

Name Description
Create(RenderTarget, ColorF)

Creates a new SolidColorBrush that has the specified color and opacity.

Create(RenderTarget, ColorF, BrushProperties?)

Creates a new SolidColorBrush that has the specified color and opacity.

GetColor()

D2D_COLOR_F ID2D1SolidColorBrush::GetColor()

SetColor(ColorF)

void ID2D1SolidColorBrush::SetColor([In] const D2D_COLOR_F* color)

Operators

Name Description
explicit operator SolidColorBrush(IntPtr)

Performs an explicit conversion from IntPtr to SolidColorBrush.