RasterOperationValues-Enumeration
Defines the RasterOperationValues enumeration.
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration RasterOperationValues
'Usage
Dim instance As RasterOperationValues
public enum RasterOperationValues
Member
Membername | Beschreibung | |
---|---|---|
Black | black. When the item is serialized out as xml, its value is "black". | |
NotMergePen | notMergePen. When the item is serialized out as xml, its value is "notMergePen". | |
MaskNotPen | maskNotPen. When the item is serialized out as xml, its value is "maskNotPen". | |
NotCopyPen | notCopyPen. When the item is serialized out as xml, its value is "notCopyPen". | |
MaskPenNot | maskPenNot. When the item is serialized out as xml, its value is "maskPenNot". | |
Not | not. When the item is serialized out as xml, its value is "not". | |
XOrPen | xOrPen. When the item is serialized out as xml, its value is "xOrPen". | |
NotMaskPen | notMaskPen. When the item is serialized out as xml, its value is "notMaskPen". | |
MaskPen | maskPen. When the item is serialized out as xml, its value is "maskPen". | |
NotXOrPen | notXOrPen. When the item is serialized out as xml, its value is "notXOrPen". | |
NoOperation | noOperation. When the item is serialized out as xml, its value is "noOperation". | |
MergeNotPen | mergeNotPen. When the item is serialized out as xml, its value is "mergeNotPen". | |
CopyPen | copyPen. When the item is serialized out as xml, its value is "copyPen". | |
MergePenNot | mergePenNot. When the item is serialized out as xml, its value is "mergePenNot". | |
MergePen | mergePen. When the item is serialized out as xml, its value is "mergePen". | |
White | white. When the item is serialized out as xml, its value is "white". |