System::Drawing::Graphics::Restore 方法

Graphics::Restore method

从已保存的状态恢复此对象的状态。

void System::Drawing::Graphics::Restore(const SharedPtr<Drawing2D::GraphicsState> &graphicsState)
参数类型描述
graphicsStateconst SharedPtr<Drawing2D::GraphicsState>&要恢复的状态

另见