'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 _ )
public LayerParameters1( RectF contentBounds, Geometry geometryMask, AntialiasMode maskAntialiasMode, Matrix3x2 maskTransform, 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.