Device.CreateOffscreenPlainSurface(Int32,Int32,Format,Pool)
CreateOffscreenPlainSurface メソッド
オフスクリーン サーフェイスを作成する。
定義
Visual Basic | Public Function CreateOffscreenPlainSurface( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal format As Format, _ ByVal pool As Pool _ ) As Surface |
C# | public Surface CreateOffscreenPlainSurface( int width, int height, Format format, Pool pool ); |
Managed C++ | public: Surface* CreateOffscreenPlainSurface( int width, int height, Format format, Pool pool ); |
JScript | public function CreateOffscreenPlainSurface( width : int, height : int, format : Format, pool : Pool ) : Surface; |
パラメータ
width | System.Int32. |
height | System.Int32. |
format | Microsoft.DirectX.Direct3D.Format. |
pool | Microsoft.DirectX.Direct3D.Pool. |
戻り値
Microsoft.DirectX.Direct3D.Surface.
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.