Table of Contents

Class GuiElementParent

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public class GuiElementParent : GuiElement, IDisposable
Inheritance
GuiElementParent
Implements
Inherited Members

Constructors

GuiElementParent(ICoreClientAPI, ElementBounds)

public GuiElementParent(ICoreClientAPI capi, ElementBounds bounds)

Parameters

capi ICoreClientAPI
bounds ElementBounds

Methods

ComposeElements(Context, ImageSurface)

Composes the elements.

public override void ComposeElements(Context ctxStatic, ImageSurface surface)

Parameters

ctxStatic Context

The context of the components.

surface ImageSurface

The surface of the GUI.