Bitmap Constructor | |
Load a bitmap from the resource entity.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
xResourceID,
kLoadOption,
iWidth,
iHeight
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Bitmap(
Usual xResourceID = default,
Usual kLoadOption = default,
Usual iWidth = default,
Usual iHeight = default
)
Request Example
View SourceParameters
- xResourceID (Optional)
- Type: Usual
The ResourceID object of the bitmap or the numeric resource ID of the bitmap. - kLoadOption (Optional)
- Type: Usual
The optional constant representing the load option. The default is LR_DEFAULTCOLOR. - iWidth (Optional)
- Type: Usual
The optional width of the bitmap. The default is the width of the bitmap. - iHeight (Optional)
- Type: Usual
The optional height of the bitmap. The default is the height of the bitmap.
See Also