Click or drag to resize
CanvasDrawingSessionDrawCachedGeometry Method (CanvasCachedGeometry, Color)
Draws a cached geometry relative to the origin and 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 DrawCachedGeometry(
	CanvasCachedGeometry geometry,
	Color color
)

Parameters

geometry
Type: Microsoft.Graphics.Canvas.GeometryCanvasCachedGeometry
color
Type: Windows.UIColor
Remarks
Whether this operation is a stroke or fill is determined by whether the cached geometry was created by CreateStroke Overload or CreateFill Overload.
See Also