Click or drag to resize

TextObject Constructor (Typed)

X#
Initializes a new instance of the TextObject class

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oPoint AS Point,
	 cText AS STRING,
	 oFont AS Font,
	 oColor AS Color
)
Request Example View Source

Parameters

oPoint
Type: Point
cText
Type: String
oFont
Type: Font
oColor
Type: Color
See Also