ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / LayerParameters1 Structure / LayerParameters1 Constructor
The content bounds.
The geometry mask.
The mask antialias mode.
The mask transform.
The opacity.
The opacity brush.
The layer options.

In This Topic
    LayerParameters1 Constructor
    In This Topic
    Initializes a new instance of the LayerParameters1 struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal contentBounds As RectF, _
       ByVal geometryMask As Geometry, _
       ByVal maskAntialiasMode As AntialiasMode, _
       ByVal maskTransform As Matrix3x2, _
       ByVal opacity As Single, _
       ByVal opacityBrush As Brush, _
       ByVal layerOptions As LayerOptions1 _
    )

    Parameters

    contentBounds
    The content bounds.
    geometryMask
    The geometry mask.
    maskAntialiasMode
    The mask antialias mode.
    maskTransform
    The mask transform.
    opacity
    The opacity.
    opacityBrush
    The opacity brush.
    layerOptions
    The layer options.
    See Also