Measure Method (GridColumn)
In This Topic
Provides the size, in pixels, of the specified content drawn on the specified
System.Drawing.Graphics surface.
Overload List
Overload | Description |
Measure(Graphics,Object) | Provides the size, in pixels, of the specified content drawn on the specified System.Drawing.Graphics surface. (Inherited from C1.Framework.Element) |
Measure(Style,Graphics,Object) | Provides the size, in pixels, of the specified content drawn on the specified System.Drawing.Graphics surface with the specified style. (Inherited from C1.Framework.Element) |
Measure(Graphics,Object,Int32) | Provides the size, in pixels, of the specified content drawn on the specified System.Drawing.Graphics surface within the rectangle of the specified width. (Inherited from C1.Framework.Element) |
Measure(Style,Graphics,Object,Int32) | Provides the size, in pixels, of the specified content drawn on the specified System.Drawing.Graphics surface within the rectangle of the specified width with the specified style settings. (Inherited from C1.Framework.Element) |
See Also