次の方法で共有


SwapChain.Present(Control)

Present メソッド

定義

Visual Basic Public Sub Present( _
    ByVal overrideWindow As Control _
)
C# public void Present(
    Control overrideWindow
);
Managed C++ public: void Present(
    ControloverrideWindow
);
JScript public function Present(
    overrideWindow : Control
) : void;

パラメータ

overrideWindow System.Windows.Forms.Control.

対象

SwapChain

© 2002 Microsoft Corporation. All rights reserved. Terms of use.