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