[]
Calculates content width by height.
protected int GetContentWidthVert(Graphics g, int height)
Type | Name | Description |
---|---|---|
Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
int | height | The content height. |
Type | Description |
---|---|
int | The content width. |