Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BImage.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
12sealed class BImage: Managed
13{
14 private void BImage();
15 private void ~BImage();
16
22 proto external void Download(notnull BackendCallback pCallback);
30 proto external void SetImageTexture(int iNum, notnull ImageWidget pWidget);
32 proto external void SetFitMethod(EBImageFitMethod eMethod);
34 proto external EBImageFitMethod GetFitMethod();
39 proto external void SetScale(int iWidth, int iHeight);
41 proto external int GetWidth();
43 proto external int GetHeight();
45 proto external bool IsReady();
46}
47
float GetHeight()
EBImageFitMethod