CanvasDrawingSessionCreateLayer Method |
Name | Description | |
---|---|---|
CreateLayer(Single) | Creates a layer that will blend its contents using the specified opacity. | |
CreateLayer(ICanvasBrush) | Creates a layer that will blend its contents using the specified opacity mask brush (which could contain a bitmap or gradient). | |
CreateLayer(Single, CanvasGeometry) | Creates a layer that will clip its contents to an arbitrarily complex region defined by a geometry, and blend using the specified opacity. | |
CreateLayer(Single, Rect) | Creates a layer that will clip its contents to a rectangle, and blend using the specified opacity. | |
CreateLayer(ICanvasBrush, CanvasGeometry) | Creates a layer that will clip its contents to an arbitrarily complex region defined by a geometry, and blend using the specified opacity mask brush. | |
CreateLayer(ICanvasBrush, Rect) | Creates a layer that will clip its contents to a rectangle, and blend using the specified opacity mask brush. | |
CreateLayer(Single, CanvasGeometry, Matrix3x2) | Creates a layer that will clip its contents to an arbitrarily complex region defined by a geometry, and blend using the specified opacity. | |
CreateLayer(ICanvasBrush, CanvasGeometry, Matrix3x2) | Creates a layer that will clip its contents to an arbitrarily complex region defined by a geometry, and blend the specified opacity mask brush. | |
CreateLayer(Single, ICanvasBrush, Rect, CanvasGeometry, Matrix3x2, CanvasLayerOptions) | Creates a layer that will clip its contents to a rectangle and/or geometry region, and blend using the specified opacity and/or opacity mask brush. |