GraphicsPathEntries Property
|
The entries which make up this
GraphicsPath.
Namespace: WebSupergoo.WordGlue4.Rendering
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public List<GraphicsPathEntry> Entries { get; }
Public ReadOnly Property Entries As List(Of GraphicsPathEntry)
Get
member Entries : List<GraphicsPathEntry> with get
Property Value
Type:
ListGraphicsPathEntry
See Also