Enum EmfPlusWrapMode

Enum EmfPlusWrapMode

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.7.0)

The WrapMode enumeration defines how the pattern from a texture or gradient brush is tiled across a shape or at shape boundaries, when it is smaller than the area being filled.

public enum EmfPlusWrapMode
   {
      EmfPlusWrapMode_Contour = 0,
      EmfPlusWrapMode_Device = 1,
      EmfPlusWrapMode_Character = 2,
      EmfPlusWrapMode_Tight = 3,
      EmfPlusWrapMode_Loose = 4,
      EmfPlusWrapMode_Distribute = 5,
      EmfPlusWrapMode_DeviceAndContour = 6,
      EmfPlusWrapMode_CharacterAndContour = 7,
      EmfPlusWrapMode_DeviceAndCharacter = 8,
      EmfPlusWrapMode_DeviceAndTight = 9,
      EmfPlusWrapMode_DeviceAndLoose = 10,
      EmfPlusWrapMode_DeviceAndDistribute = 11
   }

Fields

WrapModeClamp = 4

Fixes the texture or gradient to the object boundary.

WrapModeTile = 0

Tiles the gradient or texture.

WrapModeTileFlipX = 1

Reverses the texture or gradient horizontally, and then tiles the texture or gradient.

WrapModeTileFlipXY = 3

Reverses the texture or gradient horizontally and vertically, and then tiles the texture or gradient.

WrapModeTileFlipY = 2

Reverses the texture or gradient vertically, and then tiles the texture or gradient.

 English