BitmapFrameDecode Constructor
In This Topic
Initializes a new instance of the
BitmapFrameDecode class.
Syntax
'Declaration
Public Function New( _
ByVal As IntPtr _
)
public BitmapFrameDecode(
IntPtr
)
Parameters
- nativePtr
- The native pointer.
See Also