GraphicsPathEntry Class

An entry within a GraphicsPath.
Hierarchy
SystemObject
  WebSupergoo.WordGlue4.RenderingGraphicsPathEntry

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public class Entry

The GraphicsPathEntry type exposes the following members.

Properties
  Name Description
Public property Type
The type of entry.
Top
Fields
  Name Description
Public field Points
Any points associated with the entry. Move and Line elements have one point, Curve elements have three.
Top
See Also