Texture.GetSharedHandle Method (Microsoft.Xna.Framework.Graphics)
Gets the handle to a shared resource.
Namespace: Microsoft.Xna.Framework.Graphics
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
- C#
- VB
- F#
public IntPtr GetSharedHandle()
Syntax for VB is not yet implemented.
Syntax for F# is not yet implemented.
Return Value
Type: System.IntPtrThe handle of the shared resource, or System.IntPtr.Zero if the texture was not created as a shared resource.
Supported in:
Windows DirectX Desktop
Windows DirectX Desktop