Class GlyphOutline
Inheritance
System.Object
GlyphOutline
Assembly: IronWebScraper.dll
Syntax
public sealed class GlyphOutline : ValueType
Constructors
GlyphOutline(howlws[], UInt16[], Boolean[])
Declaration
public GlyphOutline(howlws[] controlPoints, ushort[] endPoints, bool[] onCurves)
Parameters
Type |
Name |
Description |
IronWebScraper.Extensions.howlws[] |
controlPoints |
|
System.UInt16[] |
endPoints |
|
System.Boolean[] |
onCurves |
|
Properties
ControlPoints
Declaration
public howluv<howlws> ControlPoints { get; }
Property Value
Type |
Description |
IronWebScraper.Extensions.howluv<IronWebScraper.Extensions.howlws> |
|
EndPoints
Declaration
public howluv<ushort> EndPoints { get; }
Property Value
Type |
Description |
IronWebScraper.Extensions.howluv<System.UInt16> |
|
OnCurves
Declaration
public howluv<bool> OnCurves { get; }
Property Value
Type |
Description |
IronWebScraper.Extensions.howluv<System.Boolean> |
|