Click or drag to resize

GraphicsPathDispose Method (Boolean)

Disposes the graphics path

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
If set to true dispose was called explicitly, otherwise specify false if calling from a finalizer
See Also