Class XGraphicsPathInternals
Provides access to the internal data structures of XGraphicsPath. This class prevents the public interface from pollution with internal functions.
public sealed class XGraphicsPathInternals
- Inheritance
-
XGraphicsPathInternals
- Inherited Members
Properties
GdiPath
Gets the underlying GDI+ path object.
public GraphicsPath GdiPath { get; }
Property Value
- GraphicsPath