CD2DBrushProperties::CD2DBrushProperties

Creates a CD2D_BRUSH_PROPERTIES structure

CD2DBrushProperties();
CD2DBrushProperties(
   FLOAT _opacity
);
CD2DBrushProperties(
   D2D1_MATRIX_3X2_F _transform,
   FLOAT _opacity = 1.
);

Parameters

  • _opacity
    The base opacity of the brush. The default value is 1.0.

  • _transform
    The transformation to apply to the brush

Requirements

Header: afxrendertarget.h

See Also

Reference

CD2DBrushProperties Class