Click or drag to resize
CanvasDrawingSession.FillGeometry 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.Geometry.CanvasGeometry
x
Type: System.Single
y
Type: System.Single
color
Type: Windows.UI.Color
See Also