[]
D2D1_LAYER_PARAMETERS1
public struct LayerParameters1
| Name | Description |
|---|---|
| LayerParameters1(RectF, Geometry, AntialiasMode, Matrix3x2, float, Brush, LayerOptions1) | Initializes a new instance of the LayerParameters1 struct. |
| Name | Description |
|---|---|
| ContentBounds | D2D_RECT_F contentBounds |
| GeometricMaskPointer | ID2D1Geometry* geometricMask |
| LayerOptions | D2D1_LAYER_OPTIONS1 layerOptions |
| MaskAntialiasMode | D2D1_ANTIALIAS_MODE maskAntialiasMode |
| MaskTransform | D2D_MATRIX_3X2_F maskTransform |
| Opacity | float opacity |
| OpacityBrushPointer | ID2D1Brush* opacityBrush |
| Name | Description |
|---|---|
| SetGeometricMask(Geometry) | Sets the geometric mask. |
| SetOpacityBrush(Brush) | Sets the opacity brush. |