Click or drag to resize
CanvasDrawingSessionFillGeometry Method (CanvasGeometry, Single, Single, ICanvasBrush)
Fills a geometry relative to the specified position, using a brush to define the color.

Namespace:  Microsoft.Graphics.Canvas
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void FillGeometry(
	CanvasGeometry geometry,
	float x,
	float y,
	ICanvasBrush brush
)

Parameters

geometry
Type: Microsoft.Graphics.Canvas.GeometryCanvasGeometry
x
Type: SystemSingle
y
Type: SystemSingle
brush
Type: Microsoft.Graphics.Canvas.BrushesICanvasBrush
See Also