TermFormat Constructor
Constructor of the
TermFormat which takes all required parameters for term drawing.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public TermFormat(
float fontSize,
IFontFamily family,
FontfaceStyle style,
Color textColor,
Color backgroundColor
)
Public Sub New (
fontSize As Single,
family As IFontFamily,
style As FontfaceStyle,
textColor As Color,
backgroundColor As Color
)
public:
TermFormat(
float fontSize,
IFontFamily^ family,
FontfaceStyle style,
Color textColor,
Color backgroundColor
)
new :
fontSize : float32 *
family : IFontFamily *
style : FontfaceStyle *
textColor : Color *
backgroundColor : Color -> TermFormat
Parameters
- fontSize Single
- Size of the font.
- family IFontFamily
- Font family.
- style FontfaceStyle
- textColor Color
- Color of the text.
- backgroundColor Color
- Background color.