Specifies how brush content is tiled when it is smaller than the area being filled.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
public enum WrapMode |
Visual Basic
Copy Code
|
|---|
Public Enum WrapMode |
Members| Member name | Description | |
|---|---|---|
![]() |
Clamp |
The brush content is not tiled. |
![]() |
Tile |
Tiles the brush content. |
![]() |
TileFlipX |
Reverses the brush content horizontally and then tiles it. |
![]() |
TileFlipXY |
Reverses the brush content horizontally and vertically and then tiles it. |
![]() |
TileFlipY |
Reverses the brush content vertically and then tiles it. |
See Also