Show / Hide Table of Contents

Class ViewportExtensions

Inheritance
object
ViewportExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Hexa.NET.ImGui
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class ViewportExtensions

Methods

GetCenter(ImGuiViewportPtr)

Declaration
public static Vector2 GetCenter(this ImGuiViewportPtr viewport)
Parameters
Type Name Description
ImGuiViewportPtr viewport
Returns
Type Description
Vector2

GetWorkCenter(ImGuiViewportPtr)

Declaration
public static Vector2 GetWorkCenter(this ImGuiViewportPtr viewport)
Parameters
Type Name Description
ImGuiViewportPtr viewport
Returns
Type Description
Vector2
In this article

Back to top

Back to top Generated by DocFX