CVidImage Class
Overview
Note
The CVidImage class handles
The structure used for this class is CVidImage
Quick Reference
Quick Ref |
void CVidImage::CVidImage() |
unsigned long CVidImage::GetTintColor() |
void CVidImage::SetPolyColor(unsigned long dwFlags) |
void CVidImage::SetTintColor(unsigned long rgbNewColor) |
Constructors
Name |
Description |
Constructs a |
CVidImage::CVidImage
Constructs a CVidImage object
void CVidImage::CVidImage();
Remarks
Constructs a CVidImage object
Methods
Name |
Description |
CVidImage::GetTintColor
unsigned long CVidImage::GetTintColor();
Return Value
Returns unsigned long
Remarks
CVidImage::SetPolyColor
void CVidImage::SetPolyColor(unsigned long dwFlags);
Parameters
unsigned longdwFlags -
Remarks
CVidImage::SetTintColor
void CVidImage::SetTintColor(unsigned long rgbNewColor);
Parameters
unsigned longrgbNewColor -
Remarks