GridButton.HitTest メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HitTest(Graphics, Point, Rectangle, String, Bitmap, HorizontalAlignment, TextBitmapLayout)
public:
Microsoft::ReportingServices::QueryDesigners::GridButtonArea HitTest(System::Drawing::Graphics ^ g, System::Drawing::Point p, System::Drawing::Rectangle r, System::String ^ text, System::Drawing::Bitmap ^ bmp, System::Windows::Forms::HorizontalAlignment contentsAlignment, Microsoft::ReportingServices::QueryDesigners::TextBitmapLayout tbLayout);
public Microsoft.ReportingServices.QueryDesigners.GridButtonArea HitTest (System.Drawing.Graphics g, System.Drawing.Point p, System.Drawing.Rectangle r, string text, System.Drawing.Bitmap bmp, System.Windows.Forms.HorizontalAlignment contentsAlignment, Microsoft.ReportingServices.QueryDesigners.TextBitmapLayout tbLayout);
member this.HitTest : System.Drawing.Graphics * System.Drawing.Point * System.Drawing.Rectangle * string * System.Drawing.Bitmap * System.Windows.Forms.HorizontalAlignment * Microsoft.ReportingServices.QueryDesigners.TextBitmapLayout -> Microsoft.ReportingServices.QueryDesigners.GridButtonArea
Public Function HitTest (g As Graphics, p As Point, r As Rectangle, text As String, bmp As Bitmap, contentsAlignment As HorizontalAlignment, tbLayout As TextBitmapLayout) As GridButtonArea
パラメーター
- g
- Graphics
- p
- Point
- text
- String
- bmp
- Bitmap
- contentsAlignment
- HorizontalAlignment
- tbLayout
- TextBitmapLayout
戻り値
適用対象
HitTest(Graphics, Point, Rectangle, String, Bitmap, HorizontalAlignment, TextBitmapLayout, Font, Brush, StringFormat, Boolean)
public:
static Microsoft::ReportingServices::QueryDesigners::GridButtonArea HitTest(System::Drawing::Graphics ^ g, System::Drawing::Point point, System::Drawing::Rectangle buttonRect, System::String ^ text, System::Drawing::Bitmap ^ bmp, System::Windows::Forms::HorizontalAlignment contentsAlignment, Microsoft::ReportingServices::QueryDesigners::TextBitmapLayout tbLayout, System::Drawing::Font ^ textFont, System::Drawing::Brush ^ textBrush, System::Drawing::StringFormat ^ sFormat, bool bRtl);
public static Microsoft.ReportingServices.QueryDesigners.GridButtonArea HitTest (System.Drawing.Graphics g, System.Drawing.Point point, System.Drawing.Rectangle buttonRect, string text, System.Drawing.Bitmap bmp, System.Windows.Forms.HorizontalAlignment contentsAlignment, Microsoft.ReportingServices.QueryDesigners.TextBitmapLayout tbLayout, System.Drawing.Font textFont, System.Drawing.Brush textBrush, System.Drawing.StringFormat sFormat, bool bRtl);
static member HitTest : System.Drawing.Graphics * System.Drawing.Point * System.Drawing.Rectangle * string * System.Drawing.Bitmap * System.Windows.Forms.HorizontalAlignment * Microsoft.ReportingServices.QueryDesigners.TextBitmapLayout * System.Drawing.Font * System.Drawing.Brush * System.Drawing.StringFormat * bool -> Microsoft.ReportingServices.QueryDesigners.GridButtonArea
Public Shared Function HitTest (g As Graphics, point As Point, buttonRect As Rectangle, text As String, bmp As Bitmap, contentsAlignment As HorizontalAlignment, tbLayout As TextBitmapLayout, textFont As Font, textBrush As Brush, sFormat As StringFormat, bRtl As Boolean) As GridButtonArea
パラメーター
- g
- Graphics
- point
- Point
- buttonRect
- Rectangle
- text
- String
- bmp
- Bitmap
- contentsAlignment
- HorizontalAlignment
- tbLayout
- TextBitmapLayout
- textFont
- Font
- textBrush
- Brush
- sFormat
- StringFormat
- bRtl
- Boolean
戻り値
適用対象
HitTest(Graphics, Point, Rectangle, String, Bitmap, HorizontalAlignment, TextBitmapLayout, Font, SolidBrush, TextFormatFlags, Boolean)
public:
static Microsoft::ReportingServices::QueryDesigners::GridButtonArea HitTest(System::Drawing::Graphics ^ g, System::Drawing::Point point, System::Drawing::Rectangle buttonRect, System::String ^ text, System::Drawing::Bitmap ^ bmp, System::Windows::Forms::HorizontalAlignment contentsAlignment, Microsoft::ReportingServices::QueryDesigners::TextBitmapLayout tbLayout, System::Drawing::Font ^ textFont, System::Drawing::SolidBrush ^ textBrush, System::Windows::Forms::TextFormatFlags sFormat, bool bRtl);
public static Microsoft.ReportingServices.QueryDesigners.GridButtonArea HitTest (System.Drawing.Graphics g, System.Drawing.Point point, System.Drawing.Rectangle buttonRect, string text, System.Drawing.Bitmap bmp, System.Windows.Forms.HorizontalAlignment contentsAlignment, Microsoft.ReportingServices.QueryDesigners.TextBitmapLayout tbLayout, System.Drawing.Font textFont, System.Drawing.SolidBrush textBrush, System.Windows.Forms.TextFormatFlags sFormat, bool bRtl);
static member HitTest : System.Drawing.Graphics * System.Drawing.Point * System.Drawing.Rectangle * string * System.Drawing.Bitmap * System.Windows.Forms.HorizontalAlignment * Microsoft.ReportingServices.QueryDesigners.TextBitmapLayout * System.Drawing.Font * System.Drawing.SolidBrush * System.Windows.Forms.TextFormatFlags * bool -> Microsoft.ReportingServices.QueryDesigners.GridButtonArea
Public Shared Function HitTest (g As Graphics, point As Point, buttonRect As Rectangle, text As String, bmp As Bitmap, contentsAlignment As HorizontalAlignment, tbLayout As TextBitmapLayout, textFont As Font, textBrush As SolidBrush, sFormat As TextFormatFlags, bRtl As Boolean) As GridButtonArea
パラメーター
- g
- Graphics
- point
- Point
- buttonRect
- Rectangle
- text
- String
- bmp
- Bitmap
- contentsAlignment
- HorizontalAlignment
- tbLayout
- TextBitmapLayout
- textFont
- Font
- textBrush
- SolidBrush
- sFormat
- TextFormatFlags
- bRtl
- Boolean