Enum WmfPostScriptClipping
Enum WmfPostScriptClipping
Namespace: Aspose.Imaging.FileFormats.Wmf.Consts
Assembly: Aspose.Imaging.dll (25.7.0)
The PostScriptClipping Enumeration defines functions that can be applied to the clipping pathused for PostScript output.
public enum WmfPostScriptClipping
{
WC_NULL = 0,
WC_CAP = 1,
WC_AND = 2,
WC_XOR = 3,
WC_NOP = 4,
WC_INVERT = 5,
WS_CAP = 6,
WS_AND = 7,
WS_XOR = 8,
WS_NOT = 9,
JP_CAP = 10,
JP_AND = 11,
JP_OR = 12,
JP_INVERT = 13,
R2_NOT = 14,
GC_NULL = 15,
GC_AND = 16,
GC_OR = 17,
GC_XOR = 18,
TW_EVENODD = 19,
TW_NONZERO = 20,
TW_OPAQUE = 21,
TW_WHITE = 22,
TW_BLACK = 23
}
Fields
CLIP_INCLUSIVE = 2
Intersects the current PostScript clipping path with the current clipping pathand saves the result as the new PostScript clipping path.
CLIP_RESTORE = 1
Restores the PostScript clipping path to the last clipping path that was savedby a previous CLIP_SAVE function applied by a CLIP_TO_PATH record (section 2.3.6.6).
CLIP_SAVE = 0
Saves the current PostScript clipping path.