SKGLView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| SKGLView() |
Initializes a new instance of the SKGLView class. |
| SKGLView(CGRect) |
Initializes the SKGLView with the specified frame. |
| SKGLView(IntPtr) |
Initializes a new instance of the SKGLView class from a native handle. |
SKGLView()
SKGLView(IntPtr)
Initializes a new instance of the SKGLView class from a native handle.
public SKGLView(IntPtr p);
Parameters
- p
- IntPtr
The pointer (handle) to the unmanaged object.
Remarks
This constructor is used by the Xamarin.Mac runtime when creating managed representations of unmanaged objects. It is not intended to be called directly from user code.