[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.LayerParameters

Struct LayerParameters

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

D2D1_LAYER_PARAMETERS

public struct LayerParameters
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Fields

ContentBounds

D2D_RECT_F contentBounds

public RectF ContentBounds

Field Value

RectF

GeometricMaskPointer

ID2D1Geometry* geometricMask

public IntPtr GeometricMaskPointer

Field Value

System.IntPtr

LayerOptions

D2D1_LAYER_OPTIONS layerOptions

public LayerOptions LayerOptions

Field Value

LayerOptions

MaskAntialiasMode

D2D1_ANTIALIAS_MODE maskAntialiasMode

public AntialiasMode MaskAntialiasMode

Field Value

AntialiasMode

MaskTransform

D2D_MATRIX_3X2_F maskTransform

public Matrix3x2 MaskTransform

Field Value

Matrix3x2

Opacity

float opacity

public float Opacity

Field Value

float

OpacityBrushPointer

ID2D1Brush* opacityBrush

public IntPtr OpacityBrushPointer

Field Value

System.IntPtr

Methods

SetGeometricMask(Geometry)

Sets the geometric mask.

public void SetGeometricMask(Geometry geometry)

Parameters

geometry Geometry

SetOpacityBrush(Brush)

Sets the opacity brush.

public void SetOpacityBrush(Brush brush)

Parameters

brush Brush