次の方法で共有


PresentParameters クラス

プレゼンテーション パラメータを記述します。

名前空間 :  Microsoft.WindowsMobile.DirectX.Direct3D
アセンブリ :  Microsoft.WindowsMobile.DirectX (Microsoft.WindowsMobile.DirectX.dll 内)

構文

'宣言
Public NotInheritable Class PresentParameters _
    Implements ICloneable
'使用
Dim instance As PresentParameters
public sealed class PresentParameters : ICloneable
public ref class PresentParameters sealed : ICloneable
public final class PresentParameters implements ICloneable

PresentParameters クラスを使用するコード例を次に示します。

present = New PresentParameters()
present.BackBufferCount = 1
present.BackBufferFormat = dispmode.Format
present.BackBufferHeight = dispmode.Height
present.BackBufferWidth = dispmode.Width
present.SwapEffect = SwapEffect.Discard
present = new PresentParameters();
present.BackBufferCount = 1;
present.BackBufferFormat = dispmode.Format;
present.BackBufferHeight = dispmode.Height;
present.BackBufferWidth = dispmode.Width;
present.SwapEffect = SwapEffect.Discard;

継承階層

System.Object
  Microsoft.WindowsMobile.DirectX.Direct3D.PresentParameters

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

バージョン情報

.NET Compact Framework

サポート対象 : 3.5、2.0

参照

参照

PresentParameters メンバ

Microsoft.WindowsMobile.DirectX.Direct3D 名前空間

その他の技術情報

.NET Compact Framework での Mobile Direct3D プログラミング