Vcl.Direct2D.TDirect2DCanvas.Supported

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class function Supported: Boolean;

C++

__classmethod bool __fastcall Supported();

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

説明

現在使用しているオペレーティング システムで TDirect2DCanvas がサポートされているかどうかを検証します。

Supported は、アプリケーションを実行しているオペレーティング システムが Direct2D キャンバスをサポートしているかどうかを確認する静的メソッドです。Supported は、TDirect2DCanvas クラスのインスタンス作成を試みる前に使用してください。

関連項目