Class FontBBox

FontBBox class

Represents Font bounding box (BBox).

public class FontBBox

Properties

NameDescription
XMax { get; }Gets XMax value.
XMin { get; }Gets XMin value.
YMax { get; }Gets YMax value.
YMin { get; }Gets YMin value.

See Also