[]
        
(Showing Draft Content)

C1.Framework.VectorIconElement.SetPathDirty

SetPathDirty Method

SetPathDirty(bool)

Marks the graphics path as dirty, indicating it needs to be regenerated.

Declaration
protected void SetPathDirty(bool dirty = true)
Protected Sub SetPathDirty(Optional dirty As Boolean = True)
Parameters
Type Name Description
bool dirty

true to mark the path as dirty; false to mark it as clean. Default is true.