FixedBitmap Constructor (Typed) | |
Construct a FixedBitmap object.
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 FixedBitmap(
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 fixed bitmap. - uID (Optional)
- Type: Usual
The ID of the fixed bitmap. - uPoint (Optional)
- Type: Usual
The origin of the fixed bitmap in canvas coordinates. - uDimension (Optional)
- Type: Usual
The dimension of the fixed bitmap in canvas coordinates. - uResID (Optional)
- Type: Usual
Resource ID object or numeric resource ID for the bitmap image to be associated with this FixedBitmap static control.
See Also