ObjectBase.CPointer Property

SFML.Net

ObjectBaseCPointer Property
Access to the internal pointer of the object. For internal use only

Namespace: SFML
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public IntPtr CPointer { get; protected set; }
Public Property CPointer As IntPtr
	Get
	Protected Set
public:
property IntPtr CPointer {
	IntPtr get ();
	protected: void set (IntPtr value);
}
member CPointer : IntPtr with get, set

Property Value

Type: IntPtr
See Also