SoMemoryBuffer2DSetSize Method (UInt16, UInt16, UInt64) |
Namespace: OIV.ScaleViz.MiscAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetSize(
ushort width,
ushort height,
ulong nbElement
)
Public Sub SetSize (
width As UShort,
height As UShort,
nbElement As ULong
)
public:
void SetSize(
unsigned short width,
unsigned short height,
unsigned long long nbElement
)
member SetSize :
width : uint16 *
height : uint16 *
nbElement : uint64 -> unit
Parameters
- width
- Type: SystemUInt16
- height
- Type: SystemUInt16
- nbElement
- Type: SystemUInt64
Remarks
See Also