[]
Initializes a new instance of the LayerParameters1 struct.
public LayerParameters1(RectF contentBounds, Geometry geometryMask, AntialiasMode maskAntialiasMode, Matrix3x2 maskTransform, float opacity, Brush opacityBrush, LayerOptions1 layerOptions)
| Type | Name | Description |
|---|---|---|
| RectF | contentBounds | The content bounds. |
| Geometry | geometryMask | The geometry mask. |
| AntialiasMode | maskAntialiasMode | The mask antialias mode. |
| Matrix3x2 | maskTransform | The mask transform. |
| float | opacity | The opacity. |
| Brush | opacityBrush | The opacity brush. |
| LayerOptions1 | layerOptions | The layer options. |