BitmapManager Class Reference
Static bitmap utility functions
|
tuple | CanImport = staticmethod(CanImport) |
|
tuple | FreeSceneBitmaps = staticmethod(FreeSceneBitmaps) |
|
tuple | GetImageInfo = staticmethod(GetImageInfo) |
|
tuple | GetImageInfoDlg = staticmethod(GetImageInfoDlg) |
|
tuple | GetImageInputOptions = staticmethod(GetImageInputOptions) |
|
tuple | GetSilentMode = staticmethod(GetSilentMode) |
|
tuple | Load = staticmethod(Load) |
|
tuple | SelectDeviceInput = staticmethod(SelectDeviceInput) |
|
tuple | SelectDeviceOutput = staticmethod(SelectDeviceOutput) |
|
tuple | SelectFileInputEx = staticmethod(SelectFileInputEx) |
|
tuple | SelectFileOutput = staticmethod(SelectFileOutput) |
|
tuple | SetSilentMode = staticmethod(SetSilentMode) |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
CanImport(wchar_t const * filename) -> bool
GetImageInfo(BitmapInfo bi, wchar_t const * filename=None) -> BMMRES
GetImageInfo(BitmapInfo bi) -> BMMRES
def GetImageInfoDlg |
( |
|
args | ) |
|
GetImageInfoDlg(HWND hWnd, BitmapInfo bi, wchar_t const * filename=None) -> BMMRES
GetImageInfoDlg(HWND hWnd, BitmapInfo bi) -> BMMRES
def GetImageInputOptions |
( |
|
args | ) |
|
GetImageInputOptions(BitmapInfo bi, HWND hWnd) -> bool
Load(BitmapInfo bi) -> Bitmap
def SelectDeviceInput |
( |
|
args | ) |
|
SelectDeviceInput(BitmapInfo bi, HWND hWnd) -> bool
def SelectDeviceOutput |
( |
|
args | ) |
|
SelectDeviceOutput(BitmapInfo bi, HWND hWnd) -> bool
def SelectFileInputEx |
( |
|
args | ) |
|
SelectFileInputEx(BitmapInfo bi, HWND hWnd, wchar_t const * title=None, bool viewonly=False) -> bool
SelectFileInputEx(BitmapInfo bi, HWND hWnd, wchar_t const * title=None) -> bool
SelectFileInputEx(BitmapInfo bi, HWND hWnd) -> bool
def SelectFileOutput |
( |
|
args | ) |
|
SelectFileOutput(BitmapInfo bi, HWND hWnd, wchar_t const * title=None) -> bool
SelectFileOutput(BitmapInfo bi, HWND hWnd) -> bool
def SetSilentMode |
( |
|
args | ) |
|