Class GuiElementParent
- Namespace
- Vintagestory.API.Client
- Assembly
- VintagestoryAPI.dll
public class GuiElementParent : GuiElement, IDisposable
- Inheritance
-
GuiElementParent
- Implements
- Inherited Members
- Extension Methods
Constructors
GuiElementParent(ICoreClientAPI, ElementBounds)
public GuiElementParent(ICoreClientAPI capi, ElementBounds bounds)
Parameters
capi
ICoreClientAPIbounds
ElementBounds
Methods
ComposeElements(Context, ImageSurface)
Composes the elements.
public override void ComposeElements(Context ctxStatic, ImageSurface surface)
Parameters
ctxStatic
ContextThe context of the components.
surface
ImageSurfaceThe surface of the GUI.