Show / Hide Table of Contents

Interface IDrawable

Interface for drawable objects on render

Namespace: Slipe.Client.Dx
Assembly: SlipeClient.dll
Syntax
public interface IDrawable

Methods

| Improve this Doc View Source

Draw(RootElement, OnRenderEventArgs)

Declaration
bool Draw(RootElement source, OnRenderEventArgs eventArgs)
Parameters
Type Name Description
RootElement source
OnRenderEventArgs eventArgs
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX