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