|
Astra SDK
v2.1.3
|
Public 成员函数 | |
| virtual void | CopyData (ref T[] data) |
| void | rotate (int angle) |
Protected 成员函数 | |
| ImageFrame (IntPtr handle) | |
Protected 成员函数 继承自 Astra.DataFrame | |
| DataFrame (IntPtr handle) | |
属性 | |
| int | Width [get] |
| int | Height [get] |
| PixelFormat | PixelFormat [get] |
| IntPtr | DataPtr [get] |
| long | ByteLength [get] |
属性 继承自 Astra.DataFrame | |
| long | FrameIndex [get] |
| abstract int | StreamType [get] |
| IntPtr | Handle [get] |
The type ImageFrame.
| T | : | struct |
|
inline |
rotate image frame, such as depth, color, masked color
| angle | the angle of clockwise direction rotation, can be 90 and 270. |