Share via


ICanvasStateService<TState>.CreateNew(Object) Method

Definition

Creates a new canvas state with the specified context.

public:
 TState CreateNew(System::Object ^ context);
public TState CreateNew(object context);
abstract member CreateNew : obj -> 'State
Public Function CreateNew (context As Object) As TState

Parameters

context
Object

The platform-specific context for the canvas state.

Returns

TState

A new canvas state instance.

Applies to