SFML.Net
ObjectBase Constructor |
Construct the object from a pointer to the C library object
Namespace: SFML
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)

public ObjectBase( IntPtr cPointer )
Public Sub New ( cPointer As IntPtr )
public: ObjectBase( IntPtr cPointer )
new : cPointer : IntPtr -> ObjectBase
Parameters
- cPointer
- Type: SystemIntPtr
Internal pointer to the object in the C libraries
