Documentation / Marblecore Imaging / Enumerations / Offset
Offset enumeration
Specifies options for the offset filter effect.
If you use the ATL COM version of the library, you can supply the string value (the name of the value) or the number value (as listed in the table below) as the enumeration value. If you use the Class Library, the enumeration is available as an enum object with the name MarblecoreImagingOffset which contains all the available values.
Values
Name | Value | Description |
Wrap | 0 | Wrap around undefined areas |
Background | 1 | Fill undefined areas with background |
RepeatEdge | 2 | Repear edge pixels fro undefined areas |
See also
FilterOffset