SFML.Net
Transformable Constructor (IntPtr) |
Construct the object from its internal C pointer
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

protected Transformable( IntPtr cPointer )
Protected Sub New ( cPointer As IntPtr )
protected: Transformable( IntPtr cPointer )
new : cPointer : IntPtr -> Transformable
Parameters
- cPointer
- Type: SystemIntPtr
Pointer to the object in the C library
