TDLib
Loading...
Searching...
No Matches
td::td_api::storyAreaPosition Class Referencefinal

Inherits td::td_api::Object.

Public Member Functions

 storyAreaPosition ()
 
 storyAreaPosition (double x_percentage_, double y_percentage_, double width_percentage_, double height_percentage_, double rotation_angle_)
 
std::int32_t get_id () const final
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

double x_percentage_
 The abscissa of the rectangle's center, as a percentage of the media width.
 
double y_percentage_
 The ordinate of the rectangle's center, as a percentage of the media height.
 
double width_percentage_
 The width of the rectangle, as a percentage of the media width.
 
double height_percentage_
 The height of the rectangle, as a percentage of the media height.
 
double rotation_angle_
 Clockwise rotation angle of the rectangle, in degrees; 0-360.
 

Static Public Attributes

static const std::int32_t ID = 104371833
 Identifier uniquely determining a type of the object.
 

Detailed Description

Describes position of a clickable rectangle area on a story media.

Constructor & Destructor Documentation

◆ storyAreaPosition() [1/2]

td::td_api::storyAreaPosition::storyAreaPosition ( )

Describes position of a clickable rectangle area on a story media.

◆ storyAreaPosition() [2/2]

td::td_api::storyAreaPosition::storyAreaPosition ( double  x_percentage_,
double  y_percentage_,
double  width_percentage_,
double  height_percentage_,
double  rotation_angle_ 
)

Describes position of a clickable rectangle area on a story media.

Parameters
[in]x_percentage_The abscissa of the rectangle's center, as a percentage of the media width.
[in]y_percentage_The ordinate of the rectangle's center, as a percentage of the media height.
[in]width_percentage_The width of the rectangle, as a percentage of the media width.
[in]height_percentage_The height of the rectangle, as a percentage of the media height.
[in]rotation_angle_Clockwise rotation angle of the rectangle, in degrees; 0-360.

Member Function Documentation

◆ get_id()

std::int32_t td::td_api::storyAreaPosition::get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements td::TlObject.

◆ store()

void td::td_api::storyAreaPosition::store ( TlStorerToString &  s,
const char *  field_name 
) const
finalvirtual

Helper function for to_string method. Appends string representation of the object to the storer.

Parameters
[in]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.


The documentation for this class was generated from the following file: