VisualStyleRenderer.GetFont(IDeviceContext, FontProperty) メソッド

定義

現在の visual スタイル要素の、指定したフォント プロパティの値を返します。

public:
 System::Drawing::Font ^ GetFont(System::Drawing::IDeviceContext ^ dc, System::Windows::Forms::VisualStyles::FontProperty prop);
public System.Drawing.Font GetFont (System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.FontProperty prop);
public System.Drawing.Font? GetFont (System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.FontProperty prop);
member this.GetFont : System.Drawing.IDeviceContext * System.Windows.Forms.VisualStyles.FontProperty -> System.Drawing.Font
Public Function GetFont (dc As IDeviceContext, prop As FontProperty) As Font

パラメーター

dc
IDeviceContext

この操作で使用される IDeviceContext

prop
FontProperty

現在の visual スタイル要素の取得対象プロパティ値を指定する FontProperty 値の 1 つ。

戻り値

現在の visual スタイル要素の、prop パラメーターで指定したプロパティの値を格納している Font

例外

dcnullです。

propFontProperty 値のいずれでもありません。

注釈

ビジュアル スタイルでは、フォント値のセットを使用して、スタイルによって定義された要素の一部のプロパティを記述します。 これらのプロパティは、値によって FontProperty カプセル化されます。

適用対象