CanvasDrawingSessionCreateLayer Method (ICanvasBrush, CanvasGeometry) |
Namespace: Microsoft.Graphics.Canvas
public CanvasActiveLayer CreateLayer( ICanvasBrush opacityBrush, CanvasGeometry clipGeometry )
The layer affects all drawing until the returned CanvasActiveLayer object is closed. In C# this is typically done with a 'using' statement, or in C++/CX the 'delete' keyword.
Antialising mode of the clip geometry is determined by the value of the Antialiasing property when CreateLayer is called.
For more information about layers, see CanvasActiveLayer.