CRenderTarget::RestoreDrawingState

将呈现器目标的绘图状态设置为指定的 ID2D1DrawingStateBlock 的绘图状态。

void RestoreDrawingState(
   ID2D1DrawingStateBlock& drawingStateBlock
);

参数

  • drawingStateBlock
    该呈现器目标的新绘图状态。

要求

标头: afxrendertarget.h

请参见

参考

CRenderTarget 类