ControlPaint.DrawStringDisabled 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
繪製停用狀態的指定字串。
多載
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)
參數
- s
- String
要繪製的字串。
- 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)
參數
GDI 式 TextRenderer。
- s
- String
要繪製的字串。
- layoutRectangle
- Rectangle
RectangleF,表示字串的大小。
- format
- TextFormatFlags
套用到字串的 StringFormat。