This defines the mirror pattern to use when pasting with the PasteFromClipboardWithPattern method. It can mirror the pattern around the X, Y, or Z axis.
Visual Basic |
---|
Public Function SetPasteWithPatternMirror( _ ByVal Type As Long _ ) As Long |
- Type
A long value of 0, 1, 2, or 3:
0 - Does not mirror the pattern.
1 - Flips the X axis.
2 - Flips the Y axis.
3 - Flips the Z axis.
See the example PasteFromClipboardWithPattern.