Aspose::Font::FontBBox Class Reference

Represents Font bounding box (BBox). More...

#include <FontBBox.h>

Inherits System::Object.

Public Member Functions

ASPOSE_FONT_SHARED_API double get_XMin () const
 Gets XMin value.
 
ASPOSE_FONT_SHARED_API double get_YMin () const
 Gets YMin value.
 
ASPOSE_FONT_SHARED_API double get_XMax () const
 Gets XMax value.
 
ASPOSE_FONT_SHARED_API double get_YMax () const
 Gets YMax value.
 

Detailed Description

Represents Font bounding box (BBox).

Member Function Documentation

◆ get_XMax()

ASPOSE_FONT_SHARED_API double Aspose::Font::FontBBox::get_XMax ( ) const

Gets XMax value.

◆ get_XMin()

ASPOSE_FONT_SHARED_API double Aspose::Font::FontBBox::get_XMin ( ) const

Gets XMin value.

◆ get_YMax()

ASPOSE_FONT_SHARED_API double Aspose::Font::FontBBox::get_YMax ( ) const

Gets YMax value.

◆ get_YMin()

ASPOSE_FONT_SHARED_API double Aspose::Font::FontBBox::get_YMin ( ) const

Gets YMin value.