TextObject Constructor (Typed) | |
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
)
public TextObject(
Point oPoint,
[DefaultParameterValueAttribute("", 0)] string cText,
[DefaultParameterValueAttribute(null, 0)] Font oFont,
[DefaultParameterValueAttribute(null, 0)] Color oColor
)
Request Example
View SourceParameters
- oPoint
- Type: Point
- cText
- Type: String
- oFont
- Type: Font
- oColor
- Type: Color
See Also