GStateGetSoftMaskTransform Method |
Gets the soft mask transform.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Matrix2D GetSoftMaskTransform()
Public Function GetSoftMaskTransform As Matrix2D
public:
virtual Matrix2D^ GetSoftMaskTransform() sealed
function 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