ImageHelperFlipData Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public byte[] FlipData(
byte[] data,
int width,
int height
)
Public Function FlipData (
data As Byte(),
width As Integer,
height As Integer
) As Byte()
public:
array<unsigned char>^ FlipData(
array<unsigned char>^ data,
int width,
int height
)
member FlipData :
data : byte[] *
width : int *
height : int -> byte[]
Parameters
- data
- Type: SystemByte
- width
- Type: SystemInt32
- height
- Type: SystemInt32
Return Value
Type:
ByteSee Also