Overload | Description |
---|---|
Measure() | Measures the width and height of the control content. |
Measure(Graphics) | Measures the width and height of the control content using specified System.Drawing.Graphics. |
Measure(Int32) | Measures the height of the control content when rendered with a given width. |
Measure(Graphics,Int32) | Measures the height of the control content using specified System.Drawing.Graphics when rendered with a given width. |