GraphicsContainer.GetContentBounds Method

Gets the RectangleF object that represents actual bounds of the container content.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public RectangleF GetContentBounds(
	FontRegistry fontRegistry
)

Parameters

fontRegistry

Type: Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry

The FontRegistry to get the text bounds.

Return Value

A RectangleF object that contains the text bounds.

See Also

Reference