Click or drag to resize

GStateGetSoftMaskTransform Method

Gets the soft mask transform.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Matrix2D GetSoftMaskTransform()

Return Value

Type: Matrix2D
The soft mask transform. This is the transformation matrix at the moment the soft mask is established in the graphics state with the gs operator. This information is only relevant when applying the soft mask that may be specified in the graphics state to the current element.
See Also