get_info


Description:

[ Version ( since = "2.2" ) ]
public bool get_info (out int width, out int height, out int mask_bpp, out int color_bpp)

Gets information about the brush.

Gets information about the brush: brush extents (width and height), color depth and mask depth (bpp). The color bpp is zero when the brush is parametric versus raster.

Parameters:

this

The brush.

width

The brush width.

height

The brush height.

mask_bpp

The brush mask bpp.

color_bpp

The brush color bpp.

Returns:

TRUE on success.