次の方法で共有


SwapChain.Present(Rectangle,IntPtr,Boolean)

Present メソッド

定義

Visual Basic Public Sub Present( _
    ByVal rectPresent As Rectangle, _
    ByVal overrideWindowHandle As IntPtr, _
    ByVal sourceRectangle As Boolean _
)
C# public void Present(
    Rectangle rectPresent,
    IntPtr overrideWindowHandle,
    bool sourceRectangle
);
Managed C++ public: void Present(
    Rectangle rectPresent,
    IntPtr overrideWindowHandle,
    bool sourceRectangle
);
JScript public function Present(
    rectPresent : Rectangle,
    overrideWindowHandle : IntPtr,
    sourceRectangle : boolean
) : void;

パラメータ

rectPresent System.Drawing.Rectangle.
overrideWindowHandle System.IntPtr.
sourceRectangle System.Boolean.

対象

SwapChain

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