Click or drag to resize
CanvasDrawingSession.DrawGeometry Method (CanvasGeometry, Single, Single, ICanvasBrush)
Draws a geometry relative to the specified position, with a single unit stroke width, and 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 DrawGeometry(
	CanvasGeometry geometry,
	float x,
	float y,
	ICanvasBrush brush
)

Parameters

geometry
Type: Microsoft.Graphics.Canvas.Geometry.CanvasGeometry
x
Type: System.Single
y
Type: System.Single
brush
Type: Microsoft.Graphics.Canvas.Brushes.ICanvasBrush
See Also