[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.LayerParameters1.-ctor

LayerParameters1 Constructor

LayerParameters1(RectF, Geometry, AntialiasMode, Matrix3x2, float, Brush, LayerOptions1)

Initializes a new instance of the LayerParameters1 struct.

Declaration
public LayerParameters1(RectF contentBounds, Geometry geometryMask, AntialiasMode maskAntialiasMode, Matrix3x2 maskTransform, float opacity, Brush opacityBrush, LayerOptions1 layerOptions)
Parameters
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.