[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.LayerParameters1

LayerParameters1 Struct

D2D1_LAYER_PARAMETERS1

Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public struct LayerParameters1

Constructors

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

Initializes a new instance of the LayerParameters1 struct.

Fields

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

Methods

Name Description
SetGeometricMask(Geometry)

Sets the geometric mask.

SetOpacityBrush(Brush)

Sets the opacity brush.