Click or drag to resize
CanvasDrawingSessionCreateLayer Method
Overload List
  NameDescription
Public methodCreateLayer(Single)
Creates a layer that will blend its contents using the specified opacity.
Public methodCreateLayer(ICanvasBrush)
Creates a layer that will blend its contents using the specified opacity mask brush (which could contain a bitmap or gradient).
Public methodCreateLayer(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.
Public methodCreateLayer(Single, Rect)
Creates a layer that will clip its contents to a rectangle, and blend using the specified opacity.
Public methodCreateLayer(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.
Public methodCreateLayer(ICanvasBrush, Rect)
Creates a layer that will clip its contents to a rectangle, and blend using the specified opacity mask brush.
Public methodCreateLayer(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.
Public methodCreateLayer(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.
Public methodCreateLayer(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.
Top
See Also