Toggle the navigation pane
Add to Favorites
Home: Autodesk 3ds Max SDK Documentation
Share
Translate this page
Powered by
Microsoft® Translator
Method Groups for Class BitmapInfo
Main Page
Method Groups
Method Groups for Class
BitmapInfo
The methods in this class are grouped below.
(Links go to the
BitmapInfo
Class Reference page.)
group 1
BitmapInfo::BitmapInfo()
BitmapInfo::BitmapInfo(const TCHAR *n)
BitmapInfo::BitmapInfo(const BitmapInfo &bi)
Flag Access
BitmapInfo::Flags()
BitmapInfo::SetFlags(DWORD f)
BitmapInfo::TestFlags(DWORD f)
Get/Set Bitmap Properties
BitmapInfo::Type()
BitmapInfo::SetType(int t)
BitmapInfo::Width()
BitmapInfo::SetWidth(WORD w)
BitmapInfo::Height()
BitmapInfo::SetHeight(WORD h)
BitmapInfo::Gamma()
BitmapInfo::SetGamma(float g)
BitmapInfo::Aspect()
BitmapInfo::SetAspect(float a)
Frame Ranges
BitmapInfo::FirstFrame()
BitmapInfo::SetFirstFrame(int f)
BitmapInfo::LastFrame()
BitmapInfo::SetLastFrame(int f)
BitmapInfo::NumberFrames()
BitmapInfo::CurrentFrame()
BitmapInfo::SetCurrentFrame(int v)
BitmapInfo::SequenceOutBound()
BitmapInfo::SetSequenceOutBound(WORD s)
Name/Device Access
BitmapInfo::Name()
BitmapInfo::SetName(const TCHAR *n)
BitmapInfo::Filename()
BitmapInfo::Device()
BitmapInfo::SetDevice(const TCHAR *d)
BitmapInfo::CompareName(BitmapInfo *bi)
Custom Input Processing
BitmapInfo::CustWidth()
BitmapInfo::SetCustWidth(WORD w)
BitmapInfo::CustHeight()
BitmapInfo::SetCustHeight(WORD h)
BitmapInfo::StartFrame()
BitmapInfo::SetStartFrame(int s)
BitmapInfo::EndFrame()
BitmapInfo::SetEndFrame(int e)
BitmapInfo::GetCustomX()
BitmapInfo::SetCustomX(int x)
BitmapInfo::GetCustomY()
BitmapInfo::SetCustomY(int y)
BitmapInfo::GetCustomGamma()
BitmapInfo::SetCustomGamma(float g)
BitmapInfo::GetCustomStep()
BitmapInfo::SetCustomStep(int s)
BitmapInfo::GetPresetAlignment()
BitmapInfo::SetPresetAlignment(int p)
Custom Input Flags
BitmapInfo::GetCustomFlags()
BitmapInfo::SetCustomFlag(DWORD f)
BitmapInfo::ResetCustomFlag(DWORD f)
BitmapInfo::TestCustomFlags(DWORD f)
Miscellaneous
BitmapInfo::CopyImageInfo(BitmapInfo *from)
BitmapInfo::Validate()
BitmapInfo::GetUpdateWindow()
BitmapInfo::SetUpdateWindow(HWND hwnd)
BitmapInfo::CreateFmtSpecBlock()
Operators
BitmapInfo::operator=(const BitmapInfo &from)