Click or drag to resize
CanvasDrawingSessionFillGeometry Method (CanvasGeometry, Single, Single, Color)
Fills a geometry relative to the specified position with the specified 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,
	Color color
)

Parameters

geometry
Type: Microsoft.Graphics.Canvas.GeometryCanvasGeometry
x
Type: SystemSingle
y
Type: SystemSingle
color
Type: Windows.UIColor
See Also