asposecells.api
Class TilePicOption

Represents tile picture as texture.

Constructor Summary
TilePicOption()
          
 
Property Getters/Setters Summary
methodgetAlignmentType()
methodsetAlignmentType(value)
           Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant.
methodgetMirrorType()
methodsetMirrorType(value)
           Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.
methodgetOffsetX()
methodsetOffsetX(value)
           Gets or sets the X offset for tiling picture.
methodgetOffsetY()
methodsetOffsetY(value)
           Gets or sets the Y offset for tiling picture.
methodgetScaleX()
methodsetScaleX(value)
           Gets or sets the X scale for tiling picture.
methodgetScaleY()
methodsetScaleY(value)
           Gets or sets the Y scale for tiling picture.
 

Constructor Detail

TilePicOption

TilePicOption()

Property Getters/Setters Detail

getOffsetX/setOffsetX : float 

float getOffsetX() / setOffsetX(value)
Gets or sets the X offset for tiling picture.

getOffsetY/setOffsetY : float 

float getOffsetY() / setOffsetY(value)
Gets or sets the Y offset for tiling picture.

getScaleX/setScaleX : float 

float getScaleX() / setScaleX(value)
Gets or sets the X scale for tiling picture.

getScaleY/setScaleY : float 

float getScaleY() / setScaleY(value)
Gets or sets the Y scale for tiling picture.

getMirrorType/setMirrorType : int 

int getMirrorType() / setMirrorType(value)
Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.

getAlignmentType/setAlignmentType : int 

int getAlignmentType() / setAlignmentType(value)
Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.