FixedImage Constructor (Typed) | |
Construct a FixedImage control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
uOwner,
uID,
uPoint,
uDimension,
uResID
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public FixedImage(
Usual uOwner = default,
Usual uID = default,
Usual uPoint = default,
Usual uDimension = default,
Usual uResID = default
)
Request Example
View SourceParameters
- uOwner (Optional)
- Type: Usual
The window that owns the control. - uID (Optional)
- Type: Usual
The unique ID of the control (between 1 and 8000). - uPoint (Optional)
- Type: Usual
The origin of the control in canvas coordinates. - uDimension (Optional)
- Type: Usual
The dimension of the control in canvas coordinates. - uResID (Optional)
- Type: Usual
The resource ID of the control.
See Also