GetMaximumFontSize(graphics, fontFamily, text, style, allowWordWrapping, maxWidth, maxHeight) MakeSemitransparentImage(width, height, initGraphics, drawOpaqueLayer, drawTransparencyLayer, transparencyFromChannel, invertTransparency)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: GraphicsPath RoundedRectangle(RectangleF, float, bool)Declarationpublic static GraphicsPath RoundedRectangle(
RectangleF rectangle,
float radius,
bool tolerant = false
) Summary
Returns a GraphicsPath object that represents a rounded rectangle. ParametersRectangleF | rectangle |
Position of the rectangle. | float | radius |
Radius of the rounding of each corner of the rectangle. | bool | tolerant |
If true, the radius is reduced if it is too large to fit into the specified size. Otherwise, an exception is
thrown. |
|