See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get the boundaries of the relation name text.

Namespace: NTier.Model.Forms
Assembly: NTier.Model.Forms (in NTier.Model.Forms.dll) Version: 1.0.0.0

Syntax

C#
public Rectangle GetRelationTextBounds(
	Font font,
	Graphics graphics
)
Visual Basic
Public Function GetRelationTextBounds ( 
	font As Font,
	graphics As Graphics
) As Rectangle
Visual C++
public:
Rectangle GetRelationTextBounds(
	Font^ font, 
	Graphics^ graphics
)

Return Value

Type: Rectangle

See Also