asposecells.api

Class TilePicOption

Represents tile picture as texture.

Constructor Summary
 
Property Getters/Setters Summary
methodgetAlignmentType()
method
           Gets or sets the alignment for tiling. The value of the property is RectangleAlignmentType integer constant.
methodgetMirrorType()
method
           Gets or sets the mirror type for tiling. The value of the property is MirrorType integer constant.
methodgetOffsetX()
method
setOffsetX(value)
           Gets or sets the X offset for tiling picture.
methodgetOffsetY()
method
setOffsetY(value)
           Gets or sets the Y offset for tiling picture.
methodgetScaleX()
method
setScaleX(value)
           Gets or sets the X scale for tiling picture.
methodgetScaleY()
method
setScaleY(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.