[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.RenderTarget.FillGeometry

FillGeometry Method

FillGeometry(Geometry, Brush)

Paints the interior of the specified geometry.

Declaration
public void FillGeometry(Geometry geometry, Brush brush)
Parameters
Type Name Description
Geometry geometry

The geometry to paint.

Brush brush

The brush used to paint the geometry's interior.

FillGeometry(Geometry, Brush, Brush)

void ID2D1RenderTarget::FillGeometry([In] ID2D1Geometry* geometry,[In] ID2D1Brush* brush,[In, Optional] ID2D1Brush* opacityBrush)

Declaration
public void FillGeometry(Geometry geometry, Brush brush, Brush opacityBrush)
Parameters
Type Name Description
Geometry geometry
Brush brush
Brush opacityBrush