| MaxPlus Python API Reference
    | 
 Inheritance diagram for BitmapInfo:
 Inheritance diagram for BitmapInfo:| Public Member Functions | |
| def | AllocProxySubject (self) | 
| def | CompareName (self, *args) | 
| def | Copy (self, *args) | 
| def | CopyImageInfo (self, *args) | 
| def | EndFrame (self) | 
| def | GetAspectRatio (self) | 
| def | GetAsset (self) | 
| def | GetBitmapType (self) | 
| def | GetCurrentFrame (self) | 
| def | GetCustHeight (self) | 
| def | GetCustomFlags (self) | 
| def | GetCustomGamma (self) | 
| def | GetCustomStep (self) | 
| def | GetCustomX (self) | 
| def | GetCustomY (self) | 
| def | GetCustWidth (self) | 
| def | GetDevice (self) | 
| def | GetEffectiveGamma (self) | 
| def | GetFileName (self) | 
| def | GetFirstFrame (self) | 
| def | GetFlags (self) | 
| def | GetGamma (self) | 
| def | GetHeight (self) | 
| def | GetLastFrame (self) | 
| def | GetName (self) | 
| def | GetNumberFrames (self) | 
| def | GetPathEx (self) | 
| def | GetPresetAlignment (self) | 
| def | GetProxySubject (self, create=True) | 
| def | GetSequenceOutBound (self) | 
| def | GetWidth (self) | 
| def | ResetCustomFlag (self, *args) | 
| def | ResetFlags (self, *args) | 
| def | ResetProxySubject (self) | 
| def | SetAspect (self, *args) | 
| def | SetAsset (self, *args) | 
| def | SetBitmapType (self, *args) | 
| def | SetCurrentFrame (self, *args) | 
| def | SetCustHeight (self, *args) | 
| def | SetCustomFlag (self, *args) | 
| def | SetCustomGamma (self, *args) | 
| def | SetCustomStep (self, *args) | 
| def | SetCustomX (self, *args) | 
| def | SetCustomY (self, *args) | 
| def | SetCustWidth (self, *args) | 
| def | SetDevice (self, *args) | 
| def | SetEndFrame (self, *args) | 
| def | SetFirstFrame (self, *args) | 
| def | SetFlags (self, *args) | 
| def | SetGamma (self, *args) | 
| def | SetHeight (self, *args) | 
| def | SetLastFrame (self, *args) | 
| def | SetName (self, *args) | 
| def | SetPath (self, *args) | 
| def | SetPresetAlignment (self, *args) | 
| def | SetSequenceOutBound (self, *args) | 
| def | SetStartFrame (self, *args) | 
| def | SetWidth (self, *args) | 
| def | StartFrame (self) | 
| def | TestCustomFlags (self, *args) | 
| def | TestFlags (self, *args) | 
| def | Validate (self) | 
|  Public Member Functions inherited from Wrapper | |
| def | GetUnwrappedPtr (self) | 
| Static Public Attributes | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
| Type = _swig_property(GetBitmapType, SetBitmapType) | |
|  Static Public Attributes inherited from Wrapper | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Contains the properties of a bitmap such as its path name or device name, width, height, gamma, number of frames, etc.
| def AllocProxySubject | ( | self | ) | 
AllocProxySubject(BitmapInfo self) -> bool
| def CompareName | ( | self, | |
| * | args | ||
| ) | 
CompareName(BitmapInfo self, BitmapInfo bi) -> bool
| def Copy | ( | self, | |
| * | args | ||
| ) | 
Copy(BitmapInfo self, BitmapInfo other, bool copyProxySubject) Copy(BitmapInfo self, BitmapInfo other)
| def CopyImageInfo | ( | self, | |
| * | args | ||
| ) | 
CopyImageInfo(BitmapInfo self, BitmapInfo other)
| def EndFrame | ( | self | ) | 
EndFrame(BitmapInfo self) -> int
| def GetAspectRatio | ( | self | ) | 
GetAspectRatio(BitmapInfo self) -> float
| def GetAsset | ( | self | ) | 
GetAsset(BitmapInfo self) -> Asset
| def GetBitmapType | ( | self | ) | 
GetBitmapType(BitmapInfo self) -> int
| def GetCurrentFrame | ( | self | ) | 
GetCurrentFrame(BitmapInfo self) -> int
| def GetCustHeight | ( | self | ) | 
GetCustHeight(BitmapInfo self) -> WORD
| def GetCustomFlags | ( | self | ) | 
GetCustomFlags(BitmapInfo self) -> DWORD
| def GetCustomGamma | ( | self | ) | 
GetCustomGamma(BitmapInfo self) -> float
| def GetCustomStep | ( | self | ) | 
GetCustomStep(BitmapInfo self) -> int
| def GetCustomX | ( | self | ) | 
GetCustomX(BitmapInfo self) -> int
| def GetCustomY | ( | self | ) | 
GetCustomY(BitmapInfo self) -> int
| def GetCustWidth | ( | self | ) | 
GetCustWidth(BitmapInfo self) -> WORD
| def GetDevice | ( | self | ) | 
GetDevice(BitmapInfo self) -> wchar_t const *
| def GetEffectiveGamma | ( | self | ) | 
GetEffectiveGamma(BitmapInfo self) -> float
| def GetFileName | ( | self | ) | 
GetFileName(BitmapInfo self) -> wchar_t const *
| def GetFirstFrame | ( | self | ) | 
GetFirstFrame(BitmapInfo self) -> int
| def GetFlags | ( | self | ) | 
GetFlags(BitmapInfo self) -> DWORD
| def GetGamma | ( | self | ) | 
GetGamma(BitmapInfo self) -> float
| def GetHeight | ( | self | ) | 
GetHeight(BitmapInfo self) -> WORD
| def GetLastFrame | ( | self | ) | 
GetLastFrame(BitmapInfo self) -> int
| def GetName | ( | self | ) | 
GetName(BitmapInfo self) -> wchar_t const *
| def GetNumberFrames | ( | self | ) | 
GetNumberFrames(BitmapInfo self) -> int
| def GetPathEx | ( | self | ) | 
GetPathEx(BitmapInfo self) -> WStr
| def GetPresetAlignment | ( | self | ) | 
GetPresetAlignment(BitmapInfo self) -> int
| def GetProxySubject | ( | self, | |
| create = True | |||
| ) | 
GetProxySubject(BitmapInfo self, bool create=True) -> BitmapInfo GetProxySubject(BitmapInfo self) -> BitmapInfo
| def GetSequenceOutBound | ( | self | ) | 
GetSequenceOutBound(BitmapInfo self) -> WORD
| def GetWidth | ( | self | ) | 
GetWidth(BitmapInfo self) -> WORD
| def ResetCustomFlag | ( | self, | |
| * | args | ||
| ) | 
ResetCustomFlag(BitmapInfo self, DWORD f)
| def ResetFlags | ( | self, | |
| * | args | ||
| ) | 
ResetFlags(BitmapInfo self, DWORD f) -> DWORD
| def ResetProxySubject | ( | self | ) | 
ResetProxySubject(BitmapInfo self)
| def SetAspect | ( | self, | |
| * | args | ||
| ) | 
SetAspect(BitmapInfo self, float k) -> float
| def SetAsset | ( | self, | |
| * | args | ||
| ) | 
SetAsset(BitmapInfo self, Asset asset)
| def SetBitmapType | ( | self, | |
| * | args | ||
| ) | 
SetBitmapType(BitmapInfo self, int s) -> int
| def SetCurrentFrame | ( | self, | |
| * | args | ||
| ) | 
SetCurrentFrame(BitmapInfo self, int v) -> int
| def SetCustHeight | ( | self, | |
| * | args | ||
| ) | 
SetCustHeight(BitmapInfo self, WORD h)
| def SetCustomFlag | ( | self, | |
| * | args | ||
| ) | 
SetCustomFlag(BitmapInfo self, DWORD f)
| def SetCustomGamma | ( | self, | |
| * | args | ||
| ) | 
SetCustomGamma(BitmapInfo self, float g)
| def SetCustomStep | ( | self, | |
| * | args | ||
| ) | 
SetCustomStep(BitmapInfo self, int s)
| def SetCustomX | ( | self, | |
| * | args | ||
| ) | 
SetCustomX(BitmapInfo self, int x)
| def SetCustomY | ( | self, | |
| * | args | ||
| ) | 
SetCustomY(BitmapInfo self, int y)
| def SetCustWidth | ( | self, | |
| * | args | ||
| ) | 
SetCustWidth(BitmapInfo self, WORD w)
| def SetDevice | ( | self, | |
| * | args | ||
| ) | 
SetDevice(BitmapInfo self, wchar_t const * d) -> wchar_t const *
| def SetEndFrame | ( | self, | |
| * | args | ||
| ) | 
SetEndFrame(BitmapInfo self, int e)
| def SetFirstFrame | ( | self, | |
| * | args | ||
| ) | 
SetFirstFrame(BitmapInfo self, int m) -> int
| def SetFlags | ( | self, | |
| * | args | ||
| ) | 
SetFlags(BitmapInfo self, DWORD f) -> DWORD
| def SetGamma | ( | self, | |
| * | args | ||
| ) | 
SetGamma(BitmapInfo self, float c) -> float
| def SetHeight | ( | self, | |
| * | args | ||
| ) | 
SetHeight(BitmapInfo self, WORD u) -> WORD
| def SetLastFrame | ( | self, | |
| * | args | ||
| ) | 
SetLastFrame(BitmapInfo self, int s) -> int
| def SetName | ( | self, | |
| * | args | ||
| ) | 
SetName(BitmapInfo self, wchar_t const * n) -> wchar_t const *
| def SetPath | ( | self, | |
| * | args | ||
| ) | 
SetPath(BitmapInfo self, wchar_t const * path)
| def SetPresetAlignment | ( | self, | |
| * | args | ||
| ) | 
SetPresetAlignment(BitmapInfo self, int p)
| def SetSequenceOutBound | ( | self, | |
| * | args | ||
| ) | 
SetSequenceOutBound(BitmapInfo self, WORD c) -> WORD
| def SetStartFrame | ( | self, | |
| * | args | ||
| ) | 
SetStartFrame(BitmapInfo self, int s)
| def SetWidth | ( | self, | |
| * | args | ||
| ) | 
SetWidth(BitmapInfo self, WORD s) -> WORD
| def StartFrame | ( | self | ) | 
StartFrame(BitmapInfo self) -> int
| def TestCustomFlags | ( | self, | |
| * | args | ||
| ) | 
TestCustomFlags(BitmapInfo self, DWORD f) -> bool
| def TestFlags | ( | self, | |
| * | args | ||
| ) | 
TestFlags(BitmapInfo self, DWORD f) -> bool
| def Validate | ( | self | ) | 
Validate(BitmapInfo self) -> bool