BufferedGraphicsContext.MaximumBuffer プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > BufferedGraphicsContext.MaximumBuffer プロパティの意味・解説 

BufferedGraphicsContext.MaximumBuffer プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

使用するバッファ最大サイズ取得または設定します

名前空間: System.Drawing
アセンブリ: System.Drawing (system.drawing.dll 内)
構文構文

Dim instance As BufferedGraphicsContext
Dim value As Size

value = instance.MaximumBuffer

instance.MaximumBuffer = value
public Size MaximumBuffer { get; set;
 }
public:
property Size MaximumBuffer {
    Size get ();
    void set (Size value);
}
/** @property */
public Size get_MaximumBuffer ()

/** @property */
public void set_MaximumBuffer (Size value)
public function get MaximumBuffer
 () : Size

public function set MaximumBuffer
 (value : Size)

プロパティ
バッファ最大サイズを示す Size

例外例外
例外種類条件

ArgumentException

サイズの高さまたは幅が 0 以下です。

解説解説
使用例使用例

BufferedGraphicsContext のバッファ最大サイズ設定する例を次に示します。このコードは、BufferedGraphics クラストピック取り上げているコード例一部分です。

' Sets the maximum size for the graphics buffer 
' of the buffered graphics context. Any allocation 
' requests for a buffer larger than this will create 
' a temporary buffered graphics context to host 
' the graphics buffer.
appDomainBufferedGraphicsContext.MaximumBuffer = New Size(400,
 400)
// Sets the maximum size for the graphics buffer 
// of the buffered graphics context. Any allocation 
// requests for a buffer larger than this will create 
// a temporary buffered graphics context to host 
// the graphics buffer.
appDomainBufferedGraphicsContext.MaximumBuffer = new Size(400,
 400);
// Sets the maximum size for the graphics buffer 
// of the buffered graphics context. Any allocation 
// requests for a buffer larger than this will create 
// a temporary buffered graphics context to host 
// the graphics buffer.
appDomainBufferedGraphicsContext->MaximumBuffer = System::Drawing::Size( 400,
 400 );
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照


このページでは「.NET Framework クラス ライブラリ リファレンス」からBufferedGraphicsContext.MaximumBuffer プロパティを検索した結果を表示しています。
Weblioに収録されているすべての辞書からBufferedGraphicsContext.MaximumBuffer プロパティを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からBufferedGraphicsContext.MaximumBuffer プロパティ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

BufferedGraphicsContext.MaximumBuffer プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



BufferedGraphicsContext.MaximumBuffer プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS