共用方式為


ControlPaint.DrawStringDisabled 方法

定義

繪製停用狀態的指定字串。

多載

DrawStringDisabled(Graphics, String, Font, Color, RectangleF, StringFormat)

使用指定的字型、色彩和格式,在指定的圖形介面和指定的範圍內,繪製停用狀態的指定字串。

DrawStringDisabled(IDeviceContext, String, Font, Color, Rectangle, TextFormatFlags)

使用指定的 GDI 式 TextRenderer 及指定的字型、色彩和格式,在指定的圖形介面和指定的範圍內,繪製停用狀態的指定字串。

DrawStringDisabled(Graphics, String, Font, Color, RectangleF, StringFormat)

使用指定的字型、色彩和格式,在指定的圖形介面和指定的範圍內,繪製停用狀態的指定字串。

public:
 static void DrawStringDisabled(System::Drawing::Graphics ^ graphics, System::String ^ s, System::Drawing::Font ^ font, System::Drawing::Color color, System::Drawing::RectangleF layoutRectangle, System::Drawing::StringFormat ^ format);
public static void DrawStringDisabled (System.Drawing.Graphics graphics, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format);
static member DrawStringDisabled : System.Drawing.Graphics * string * System.Drawing.Font * System.Drawing.Color * System.Drawing.RectangleF * System.Drawing.StringFormat -> unit
Public Shared Sub DrawStringDisabled (graphics As Graphics, s As String, font As Font, color As Color, layoutRectangle As RectangleF, format As StringFormat)

參數

graphics
Graphics

要在上面繪製的 Graphics

s
String

要繪製的字串。

font
Font

Font,用來繪製字串。

color
Color

字串後方背景的 Color

layoutRectangle
RectangleF

RectangleF,表示字串的大小。

format
StringFormat

套用到字串的 StringFormat

適用於

DrawStringDisabled(IDeviceContext, String, Font, Color, Rectangle, TextFormatFlags)

使用指定的 GDI 式 TextRenderer 及指定的字型、色彩和格式,在指定的圖形介面和指定的範圍內,繪製停用狀態的指定字串。

public:
 static void DrawStringDisabled(System::Drawing::IDeviceContext ^ dc, System::String ^ s, System::Drawing::Font ^ font, System::Drawing::Color color, System::Drawing::Rectangle layoutRectangle, System::Windows::Forms::TextFormatFlags format);
public static void DrawStringDisabled (System.Drawing.IDeviceContext dc, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.Rectangle layoutRectangle, System.Windows.Forms.TextFormatFlags format);
static member DrawStringDisabled : System.Drawing.IDeviceContext * string * System.Drawing.Font * System.Drawing.Color * System.Drawing.Rectangle * System.Windows.Forms.TextFormatFlags -> unit
Public Shared Sub DrawStringDisabled (dc As IDeviceContext, s As String, font As Font, color As Color, layoutRectangle As Rectangle, format As TextFormatFlags)

參數

s
String

要繪製的字串。

font
Font

Font,用來繪製字串。

color
Color

字串後方背景的 Color

layoutRectangle
Rectangle

RectangleF,表示字串的大小。

format
TextFormatFlags

套用到字串的 StringFormat

適用於