Path.GenerationId Property

Definition

Returns the generation ID of this path.

public virtual int GenerationId { [Android.Runtime.Register("getGenerationId", "()I", "GetGetGenerationIdHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getGenerationId", "()I", "GetGetGenerationIdHandler", ApiSince=34)>]
member this.GenerationId : int

Property Value

The current generation ID for this path

Attributes

Remarks

Returns the generation ID of this path. The generation ID changes whenever the path is modified. This can be used as an efficient way to check if a path has changed.

Java documentation for android.graphics.Path.getGenerationId().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to