Tile Class
Represents drawing region.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsTile

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class Tile

The Tile type exposes the following members.

Constructors
  NameDescription
Public methodTile
Initializes a new instance of the Tile class.
Properties
  NameDescription
Public propertyHeight
The height of the tile in pixels.
Public propertyStartPointX
The X coordinate of the lowest left point on the drawing where the tile begins.
Public propertyStartPointY
The Y coordinate of the lowest left point on the drawing where the tile begins.
Public propertyWidth
The width of the tile in pixels.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEndPointX
Returns the X coordinate of the highest right point on the drawing where the tile ends.
Public methodGetEndPointY
Returns the Y coordinate of the highest right point on the drawing where the tile ends.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also