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
capiICoreClientAPIboundsElementBounds
Methods
ComposeElements(Context, ImageSurface)
Composes the elements.
public override void ComposeElements(Context ctxStatic, ImageSurface surface)
Parameters
ctxStaticContextThe context of the components.
surfaceImageSurfaceThe surface of the GUI.