'Declaration Protected Function New( _
ByVal sourceThe source path object.As IGraphicsPath, _
ByVal disposeSourceAfterUseA value indicating whether source must be disposed after use.As Boolean _
)
protected GraphicsPathWrapper(
IGraphicsPath source,
bool disposeSourceAfterUse
)
protected: GraphicsPathWrapper(
IGraphicsPath* source,
bool disposeSourceAfterUse
)
protected:
GraphicsPathWrapper(
IGraphicsPath^ source,
bool disposeSourceAfterUse
)
Parameters
- source
- The source path object.
- disposeSourceAfterUse
- A value indicating whether source must be disposed after use.