MaxPlus Python API Reference
BitmapInfo Class Reference
+ 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')
 

Detailed Description

Contains the properties of a bitmap such as its path name or device name, width, height, gamma, number of frames, etc.

Member Function Documentation

◆ AllocProxySubject()

def AllocProxySubject (   self)
AllocProxySubject(BitmapInfo self) -> bool

◆ CompareName()

def CompareName (   self,
args 
)
CompareName(BitmapInfo self, BitmapInfo bi) -> bool

◆ Copy()

def Copy (   self,
args 
)
Copy(BitmapInfo self, BitmapInfo other, bool copyProxySubject)
Copy(BitmapInfo self, BitmapInfo other)

◆ CopyImageInfo()

def CopyImageInfo (   self,
args 
)
CopyImageInfo(BitmapInfo self, BitmapInfo other)

◆ EndFrame()

def EndFrame (   self)
EndFrame(BitmapInfo self) -> int

◆ GetAspectRatio()

def GetAspectRatio (   self)
GetAspectRatio(BitmapInfo self) -> float

◆ GetAsset()

def GetAsset (   self)
GetAsset(BitmapInfo self) -> Asset

◆ GetBitmapType()

def GetBitmapType (   self)
GetBitmapType(BitmapInfo self) -> int

◆ GetCurrentFrame()

def GetCurrentFrame (   self)
GetCurrentFrame(BitmapInfo self) -> int

◆ GetCustHeight()

def GetCustHeight (   self)
GetCustHeight(BitmapInfo self) -> WORD

◆ GetCustomFlags()

def GetCustomFlags (   self)
GetCustomFlags(BitmapInfo self) -> DWORD

◆ GetCustomGamma()

def GetCustomGamma (   self)
GetCustomGamma(BitmapInfo self) -> float

◆ GetCustomStep()

def GetCustomStep (   self)
GetCustomStep(BitmapInfo self) -> int

◆ GetCustomX()

def GetCustomX (   self)
GetCustomX(BitmapInfo self) -> int

◆ GetCustomY()

def GetCustomY (   self)
GetCustomY(BitmapInfo self) -> int

◆ GetCustWidth()

def GetCustWidth (   self)
GetCustWidth(BitmapInfo self) -> WORD

◆ GetDevice()

def GetDevice (   self)
GetDevice(BitmapInfo self) -> wchar_t const *

◆ GetEffectiveGamma()

def GetEffectiveGamma (   self)
GetEffectiveGamma(BitmapInfo self) -> float

◆ GetFileName()

def GetFileName (   self)
GetFileName(BitmapInfo self) -> wchar_t const *

◆ GetFirstFrame()

def GetFirstFrame (   self)
GetFirstFrame(BitmapInfo self) -> int

◆ GetFlags()

def GetFlags (   self)
GetFlags(BitmapInfo self) -> DWORD

◆ GetGamma()

def GetGamma (   self)
GetGamma(BitmapInfo self) -> float

◆ GetHeight()

def GetHeight (   self)
GetHeight(BitmapInfo self) -> WORD

◆ GetLastFrame()

def GetLastFrame (   self)
GetLastFrame(BitmapInfo self) -> int

◆ GetName()

def GetName (   self)
GetName(BitmapInfo self) -> wchar_t const *

◆ GetNumberFrames()

def GetNumberFrames (   self)
GetNumberFrames(BitmapInfo self) -> int

◆ GetPathEx()

def GetPathEx (   self)
GetPathEx(BitmapInfo self) -> WStr

◆ GetPresetAlignment()

def GetPresetAlignment (   self)
GetPresetAlignment(BitmapInfo self) -> int

◆ GetProxySubject()

def GetProxySubject (   self,
  create = True 
)
GetProxySubject(BitmapInfo self, bool create=True) -> BitmapInfo
GetProxySubject(BitmapInfo self) -> BitmapInfo

◆ GetSequenceOutBound()

def GetSequenceOutBound (   self)
GetSequenceOutBound(BitmapInfo self) -> WORD

◆ GetWidth()

def GetWidth (   self)
GetWidth(BitmapInfo self) -> WORD

◆ ResetCustomFlag()

def ResetCustomFlag (   self,
args 
)
ResetCustomFlag(BitmapInfo self, DWORD f)

◆ ResetFlags()

def ResetFlags (   self,
args 
)
ResetFlags(BitmapInfo self, DWORD f) -> DWORD

◆ ResetProxySubject()

def ResetProxySubject (   self)
ResetProxySubject(BitmapInfo self)

◆ SetAspect()

def SetAspect (   self,
args 
)
SetAspect(BitmapInfo self, float k) -> float

◆ SetAsset()

def SetAsset (   self,
args 
)
SetAsset(BitmapInfo self, Asset asset)

◆ SetBitmapType()

def SetBitmapType (   self,
args 
)
SetBitmapType(BitmapInfo self, int s) -> int

◆ SetCurrentFrame()

def SetCurrentFrame (   self,
args 
)
SetCurrentFrame(BitmapInfo self, int v) -> int

◆ SetCustHeight()

def SetCustHeight (   self,
args 
)
SetCustHeight(BitmapInfo self, WORD h)

◆ SetCustomFlag()

def SetCustomFlag (   self,
args 
)
SetCustomFlag(BitmapInfo self, DWORD f)

◆ SetCustomGamma()

def SetCustomGamma (   self,
args 
)
SetCustomGamma(BitmapInfo self, float g)

◆ SetCustomStep()

def SetCustomStep (   self,
args 
)
SetCustomStep(BitmapInfo self, int s)

◆ SetCustomX()

def SetCustomX (   self,
args 
)
SetCustomX(BitmapInfo self, int x)

◆ SetCustomY()

def SetCustomY (   self,
args 
)
SetCustomY(BitmapInfo self, int y)

◆ SetCustWidth()

def SetCustWidth (   self,
args 
)
SetCustWidth(BitmapInfo self, WORD w)

◆ SetDevice()

def SetDevice (   self,
args 
)
SetDevice(BitmapInfo self, wchar_t const * d) -> wchar_t const *

◆ SetEndFrame()

def SetEndFrame (   self,
args 
)
SetEndFrame(BitmapInfo self, int e)

◆ SetFirstFrame()

def SetFirstFrame (   self,
args 
)
SetFirstFrame(BitmapInfo self, int m) -> int

◆ SetFlags()

def SetFlags (   self,
args 
)
SetFlags(BitmapInfo self, DWORD f) -> DWORD

◆ SetGamma()

def SetGamma (   self,
args 
)
SetGamma(BitmapInfo self, float c) -> float

◆ SetHeight()

def SetHeight (   self,
args 
)
SetHeight(BitmapInfo self, WORD u) -> WORD

◆ SetLastFrame()

def SetLastFrame (   self,
args 
)
SetLastFrame(BitmapInfo self, int s) -> int

◆ SetName()

def SetName (   self,
args 
)
SetName(BitmapInfo self, wchar_t const * n) -> wchar_t const *

◆ SetPath()

def SetPath (   self,
args 
)
SetPath(BitmapInfo self, wchar_t const * path)

◆ SetPresetAlignment()

def SetPresetAlignment (   self,
args 
)
SetPresetAlignment(BitmapInfo self, int p)

◆ SetSequenceOutBound()

def SetSequenceOutBound (   self,
args 
)
SetSequenceOutBound(BitmapInfo self, WORD c) -> WORD

◆ SetStartFrame()

def SetStartFrame (   self,
args 
)
SetStartFrame(BitmapInfo self, int s)

◆ SetWidth()

def SetWidth (   self,
args 
)
SetWidth(BitmapInfo self, WORD s) -> WORD

◆ StartFrame()

def StartFrame (   self)
StartFrame(BitmapInfo self) -> int

◆ TestCustomFlags()

def TestCustomFlags (   self,
args 
)
TestCustomFlags(BitmapInfo self, DWORD f) -> bool

◆ TestFlags()

def TestFlags (   self,
args 
)
TestFlags(BitmapInfo self, DWORD f) -> bool

◆ Validate()

def Validate (   self)
Validate(BitmapInfo self) -> bool