Device.CreateRenderTarget メソッド
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)

Public Function CreateRenderTarget ( _ width As Integer, _ height As Integer, _ format As Format, _ multiSampleType As MultiSampleType, _ lockable As Boolean _ ) As Surface
Dim instance As Device Dim width As Integer Dim height As Integer Dim format As Format Dim multiSampleType As MultiSampleType Dim lockable As Boolean Dim returnValue As Surface returnValue = instance.CreateRenderTarget(width, height, format, multiSampleType, lockable)
public Surface CreateRenderTarget ( int width, int height, Format format, MultiSampleType multiSampleType, bool lockable )
public: Surface^ CreateRenderTarget ( int width, int height, Format format, MultiSampleType multiSampleType, bool lockable )
public Surface CreateRenderTarget ( int width, int height, Format format, MultiSampleType multiSampleType, boolean lockable )
public function CreateRenderTarget ( width : int, height : int, format : Format, multiSampleType : MultiSampleType, lockable : boolean ) : Surface
- multiSampleType
マルチサンプリング バッファ タイプを記述する MultiSampleType 列挙型のメンバ。このパラメータは、レンダリング先のアンチエイリアス タイプを指定します。このサーフェイスを SetRenderTarget に渡す場合は、サーフェイスのマルチサンプル タイプが深度ステンシル プロパティ DepthStencilSurface のマルチサンプル タイプと同じである必要があります。
- lockable
Surface。


レンダリング先は、レンダリング サーフェイスです。たとえば、ピクセル単位のシーン データ (色など) をレンダリング先のサーフェイスに書き込む 3-D レンダラなどです。
レンダリング先のサーフェイスは、Pool メモリ クラスに格納されます。ロック可能なマルチサンプル レンダリング先の作成はサポートされていません。


Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からDevice.CreateRenderTarget メソッドを検索する場合は、下記のリンクをクリックしてください。

- Device.CreateRenderTarget メソッドのページへのリンク