AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Describes the horizontal and vertical size dimensions of a raster, bitmap, frame or image. More...
#include <ntv2publicinterface.h>
Public Member Functions | |
NTV2FrameDimensions (const ULWord inWidth=0, const ULWord inHeight=0) | |
My constructor. More... | |
NTV2FrameDimensions & | SetWidth (const ULWord inValue) |
Sets my width dimension. More... | |
NTV2FrameDimensions & | SetHeight (const ULWord inValue) |
Sets my height dimension. More... | |
NTV2FrameDimensions & | Set (const ULWord inWidth, const ULWord inHeight) |
Sets my dimension values. More... | |
NTV2FrameDimensions & | Reset (void) |
Sets both my width and height to zero (an invalid state). More... | |
Describes the horizontal and vertical size dimensions of a raster, bitmap, frame or image.
Definition at line 5658 of file ntv2publicinterface.h.
|
inline |
My constructor.
[in] | inWidth | Optionally specifies my initial width dimension, in pixels. Defaults to zero. |
[in] | inHeight | Optionally specifies my initial height dimension, in lines. Defaults to zero. |
Definition at line 5667 of file ntv2publicinterface.h.
|
inline |
Sets both my width and height to zero (an invalid state).
Definition at line 5700 of file ntv2publicinterface.h.
|
inline |
Sets my dimension values.
[in] | inWidth | Specifies the new width dimension, in pixels. |
[in] | inHeight | Specifies the new height dimension, in lines. |
Definition at line 5694 of file ntv2publicinterface.h.
|
inline |
Sets my height dimension.
[in] | inValue | Specifies the new height dimension, in lines. |
Definition at line 5686 of file ntv2publicinterface.h.
|
inline |
Sets my width dimension.
[in] | inValue | Specifies the new width dimension, in pixels. |
Definition at line 5679 of file ntv2publicinterface.h.