TextControlBaseMeasureString(Int32, Font, ContentAlignment, Boolean, Boolean, Int32, Boolean, Boolean) Method

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public static Size MeasureString(
	int length,
	Font f,
	ContentAlignment alignment,
	bool rightToLeft,
	bool multiLine,
	int textAngle,
	bool useMnemonic,
	bool rightToLeftLayout
)

Parameters

length  Int32
 
f  Font
 
alignment  ContentAlignment
 
rightToLeft  Boolean
 
multiLine  Boolean
 
textAngle  Int32
 
useMnemonic  Boolean
 
rightToLeftLayout  Boolean
 

Return Value

Size

See Also