GridButtonColumn.DrawCellCommon 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
DrawCellCommon(Graphics, Brush, Brush, Font, Rectangle, IGridStorage, Int64, Boolean)
protected:
void DrawCellCommon(System::Drawing::Graphics ^ g, System::Drawing::Brush ^ bkBrush, System::Drawing::Brush ^ textBrush, System::Drawing::Font ^ textFont, System::Drawing::Rectangle rect, Microsoft::ReportingServices::QueryDesigners::IGridStorage ^ storage, long nRowIndex, bool bEnabled);
protected void DrawCellCommon (System.Drawing.Graphics g, System.Drawing.Brush bkBrush, System.Drawing.Brush textBrush, System.Drawing.Font textFont, System.Drawing.Rectangle rect, Microsoft.ReportingServices.QueryDesigners.IGridStorage storage, long nRowIndex, bool bEnabled);
member this.DrawCellCommon : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.Brush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.IGridStorage * int64 * bool -> unit
Protected Sub DrawCellCommon (g As Graphics, bkBrush As Brush, textBrush As Brush, textFont As Font, rect As Rectangle, storage As IGridStorage, nRowIndex As Long, bEnabled As Boolean)
매개 변수
- g
- Graphics
- bkBrush
- Brush
- textBrush
- Brush
- textFont
- Font
- rect
- Rectangle
- storage
- IGridStorage
- nRowIndex
- Int64
- bEnabled
- Boolean
적용 대상
DrawCellCommon(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64, Boolean)
protected:
void DrawCellCommon(System::Drawing::Graphics ^ g, System::Drawing::Brush ^ bkBrush, System::Drawing::SolidBrush ^ textBrush, System::Drawing::Font ^ textFont, System::Drawing::Rectangle rect, Microsoft::ReportingServices::QueryDesigners::IGridStorage ^ storage, long nRowIndex, bool bEnabled);
protected void DrawCellCommon (System.Drawing.Graphics g, System.Drawing.Brush bkBrush, System.Drawing.SolidBrush textBrush, System.Drawing.Font textFont, System.Drawing.Rectangle rect, Microsoft.ReportingServices.QueryDesigners.IGridStorage storage, long nRowIndex, bool bEnabled);
member this.DrawCellCommon : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.SolidBrush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.IGridStorage * int64 * bool -> unit
Protected Sub DrawCellCommon (g As Graphics, bkBrush As Brush, textBrush As SolidBrush, textFont As Font, rect As Rectangle, storage As IGridStorage, nRowIndex As Long, bEnabled As Boolean)
매개 변수
- g
- Graphics
- bkBrush
- Brush
- textBrush
- SolidBrush
- textFont
- Font
- rect
- Rectangle
- storage
- IGridStorage
- nRowIndex
- Int64
- bEnabled
- Boolean
적용 대상
DrawCellCommon(Graphics, Brush, SolidBrush, Font, Rectangle, IGridStorage, Int64, Boolean, Boolean)
protected:
void DrawCellCommon(System::Drawing::Graphics ^ g, System::Drawing::Brush ^ bkBrush, System::Drawing::SolidBrush ^ textBrush, System::Drawing::Font ^ textFont, System::Drawing::Rectangle rect, Microsoft::ReportingServices::QueryDesigners::IGridStorage ^ storage, long nRowIndex, bool bEnabled, bool useGdiPlus);
protected void DrawCellCommon (System.Drawing.Graphics g, System.Drawing.Brush bkBrush, System.Drawing.SolidBrush textBrush, System.Drawing.Font textFont, System.Drawing.Rectangle rect, Microsoft.ReportingServices.QueryDesigners.IGridStorage storage, long nRowIndex, bool bEnabled, bool useGdiPlus);
member this.DrawCellCommon : System.Drawing.Graphics * System.Drawing.Brush * System.Drawing.SolidBrush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.IGridStorage * int64 * bool * bool -> unit
Protected Sub DrawCellCommon (g As Graphics, bkBrush As Brush, textBrush As SolidBrush, textFont As Font, rect As Rectangle, storage As IGridStorage, nRowIndex As Long, bEnabled As Boolean, useGdiPlus As Boolean)
매개 변수
- g
- Graphics
- bkBrush
- Brush
- textBrush
- SolidBrush
- textFont
- Font
- rect
- Rectangle
- storage
- IGridStorage
- nRowIndex
- Int64
- bEnabled
- Boolean
- useGdiPlus
- Boolean