Class GlyphBounds
Inheritance
System.Object
GlyphBounds
Assembly: IronXL.dll
Syntax
public sealed class GlyphBounds : ValueType
Constructors
GlyphBounds(CodePoint, ref FontRectangle)
Declaration
public GlyphBounds(CodePoint codePoint, ref FontRectangle bounds)
Parameters
Properties
Bounds
Declaration
public FontRectangle Bounds { get; }
Property Value
Codepoint
Declaration
public CodePoint Codepoint { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|