Click or drag to resize

BaseVectorGraphicElementDoDispose Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.DoDispose(System.Boolean,System.Boolean)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
protected virtual void DoDispose(
	bool preserveSharedProfile,
	bool preserveFillings
)

Parameters

preserveSharedProfile  Boolean

[Missing <param name="preserveSharedProfile"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.DoDispose(System.Boolean,System.Boolean)"]

preserveFillings  Boolean

[Missing <param name="preserveFillings"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.DoDispose(System.Boolean,System.Boolean)"]

See Also