ComponentOne Bitmap for UWP
LayerParameters1 Constructor

C1.UWP.DX 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.
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 System.Single, _
   ByVal opacityBrush As Brush, _
   ByVal layerOptions As LayerOptions1 _
)
public LayerParameters1( 
   RectF contentBounds,
   Geometry geometryMask,
   AntialiasMode maskAntialiasMode,
   Matrix3x2 maskTransform,
   System.float opacity,
   Brush opacityBrush,
   LayerOptions1 layerOptions
)

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

Reference

LayerParameters1 Structure
LayerParameters1 Members