WindowsRuntimeBufferExtensions.AsBuffer Method (Int32[])
Wraps an array of Int32 in an IBuffer.
Namespace: Lumia.InteropServices.WindowsRuntime
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0
Syntax
public static IBuffer AsBuffer(
this int[] data
)
'Declaration
<ExtensionAttribute>
Public Shared Function AsBuffer (
data As Integer()
) As IBuffer
public:
[ExtensionAttribute]
static IBuffer^ AsBuffer(
array<int>^ data
)
Lumia.InteropServices.WindowsRuntime.WindowsRuntimeBufferExtensions.AsBuffer = function(data);
Parameters
- data
Type: System.Int32[]
The array to wrap.
Return Value
Type: IBuffer
An IBuffer representing the data.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Version Information
Lumia Imaging SDK
Supported in: 3.0, 2.0
See Also
WindowsRuntimeBufferExtensions Class
WindowsRuntimeBufferExtensions.WindowsRuntimeBufferExtensions Members