API Reference
Struct
SymbolBounds
Describes an axis-aligned symbol bounding box in image pixel coordinates.
Inheritance
- ValueType
- SymbolBounds
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property SymbolGeometry.Bounds
Accepted by parameters
- Method SymbolBounds.Equals
- Method SymbolBounds.op_Equality
- Method SymbolBounds.op_Equality
- Method SymbolBounds.op_Inequality
- Method SymbolBounds.op_Inequality
- Method SymbolGeometry.FromBounds
Constructors
public SymbolBounds(Double x, Double y, Double width, Double height) #Creates a bounding box.
Parameters
- x System.Double
- y System.Double
- width System.Double
- height System.Double
Methods
Equals 2 overloads
public override Int32 GetHashCode() #Returns:
Int32op_Equality(CodeGlyphX.SymbolBounds left, CodeGlyphX.SymbolBounds right) #Compares two bounds.
Parameters
- left CodeGlyphX.SymbolBounds
- right CodeGlyphX.SymbolBounds
op_Inequality(CodeGlyphX.SymbolBounds left, CodeGlyphX.SymbolBounds right) #Compares two bounds.
Parameters
- left CodeGlyphX.SymbolBounds
- right CodeGlyphX.SymbolBounds
public override String ToString() #Returns:
String