Class TilePicOption

Class TilePicOption

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Represents tile picture as texture.

public class TilePicOption

Inheritance

objectTilePicOption

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

TilePicOption()

public TilePicOption()

Properties

AlignmentType

Gets or sets the alignment for tiling.

public RectangleAlignmentType AlignmentType { get; set; }

Property Value

RectangleAlignmentType

MirrorType

Gets or sets the mirror type for tiling.

public MirrorType MirrorType { get; set; }

Property Value

MirrorType

OffsetX

Gets or sets the X offset for tiling picture.

public double OffsetX { get; set; }

Property Value

double

OffsetY

Gets or sets the Y offset for tiling picture.

public double OffsetY { get; set; }

Property Value

double

ScaleX

Gets or sets the X scale for tiling picture.

public double ScaleX { get; set; }

Property Value

double

ScaleY

Gets or sets the Y scale for tiling picture.

public double ScaleY { get; set; }

Property Value

double