RasterOperationValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the RasterOperationValues enumeration.
public enum RasterOperationValues
public readonly struct RasterOperationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.RasterOperationValues>, IEquatable<DocumentFormat.OpenXml.InkML.RasterOperationValues>
type RasterOperationValues =
type RasterOperationValues = struct
interface IEnumValue
interface IEnumValueFactory<RasterOperationValues>
Public Enum RasterOperationValues
Public Structure RasterOperationValues
Implements IEnumValue, IEnumValueFactory(Of RasterOperationValues), IEquatable(Of RasterOperationValues)
- Inheritance
-
RasterOperationValues
- Inheritance
-
RasterOperationValues
Fields
RasterOperationValues(String) | Creates a new RasterOperationValues enum instance |
|
Black | 0 | black. When the item is serialized out as xml, its value is "black". |
Black | black. When the item is serialized out as xml, its value is "black". |
|
CopyPen | 12 | copyPen. When the item is serialized out as xml, its value is "copyPen". |
CopyPen | copyPen. When the item is serialized out as xml, its value is "copyPen". |
|
Equals(RasterOperationValues) | ||
Equals(Object) | ||
GetHashCode() | ||
MaskNotPen | maskNotPen. When the item is serialized out as xml, its value is "maskNotPen". |
|
MaskNotPen | 2 | maskNotPen. When the item is serialized out as xml, its value is "maskNotPen". |
MaskPen | 8 | maskPen. When the item is serialized out as xml, its value is "maskPen". |
MaskPen | maskPen. When the item is serialized out as xml, its value is "maskPen". |
|
MaskPenNot | maskPenNot. When the item is serialized out as xml, its value is "maskPenNot". |
|
MaskPenNot | 4 | maskPenNot. When the item is serialized out as xml, its value is "maskPenNot". |
MergeNotPen | mergeNotPen. When the item is serialized out as xml, its value is "mergeNotPen". |
|
MergeNotPen | 11 | mergeNotPen. When the item is serialized out as xml, its value is "mergeNotPen". |
MergePen | 14 | mergePen. When the item is serialized out as xml, its value is "mergePen". |
MergePen | mergePen. When the item is serialized out as xml, its value is "mergePen". |
|
MergePenNot | 13 | mergePenNot. When the item is serialized out as xml, its value is "mergePenNot". |
MergePenNot | mergePenNot. When the item is serialized out as xml, its value is "mergePenNot". |
|
NoOperation | 10 | noOperation. When the item is serialized out as xml, its value is "noOperation". |
NoOperation | noOperation. When the item is serialized out as xml, its value is "noOperation". |
|
Not | not. When the item is serialized out as xml, its value is "not". |
|
Not | 5 | not. When the item is serialized out as xml, its value is "not". |
NotCopyPen | notCopyPen. When the item is serialized out as xml, its value is "notCopyPen". |
|
NotCopyPen | 3 | notCopyPen. When the item is serialized out as xml, its value is "notCopyPen". |
NotMaskPen | notMaskPen. When the item is serialized out as xml, its value is "notMaskPen". |
|
NotMaskPen | 7 | notMaskPen. When the item is serialized out as xml, its value is "notMaskPen". |
NotMergePen | 1 | notMergePen. When the item is serialized out as xml, its value is "notMergePen". |
NotMergePen | notMergePen. When the item is serialized out as xml, its value is "notMergePen". |
|
NotXOrPen | 9 | notXOrPen. When the item is serialized out as xml, its value is "notXOrPen". |
NotXOrPen | notXOrPen. When the item is serialized out as xml, its value is "notXOrPen". |
|
Equality(RasterOperationValues, RasterOperationValues) | ||
Inequality(RasterOperationValues, RasterOperationValues) | ||
ToString() | ||
White | 15 | white. When the item is serialized out as xml, its value is "white". |
White | white. When the item is serialized out as xml, its value is "white". |
|
XOrPen | xOrPen. When the item is serialized out as xml, its value is "xOrPen". |
|
XOrPen | 6 | xOrPen. When the item is serialized out as xml, its value is "xOrPen". |
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<RasterOperationValues>.Create(String) |