ICanvas.RestoreState Method

Definition

Restores the graphics state to the most recently saved state.

public:
 bool RestoreState();
public bool RestoreState ();
abstract member RestoreState : unit -> bool
Public Function RestoreState () As Boolean

Returns

true if the restore was succesful, false otherwise.

Applies to