Tesla Graphics Engine Documentation (January 2012)
IRenderControl Interface
TeslaTesla.Windows.CoreIRenderControl
Interface defining a specialized control for rendering.
Declaration Syntax
C#
public interface IRenderControl : IDisposable
Members
All Members Methods Properties Events



Icon Member Description
AllowUserResizing
Gets or sets if the user can resize the control. If not a form, this will set the parent form to be resizable.

ClientBounds
Gets the client bounds of the control.

Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Handle
Gets the control's handle.

IsDisposed
Gets if the control has been disposed.

IsMinimized
gets if the control is minimized.

IsMouseVisible
Gets or sets if the mouse is visible.

Text
Gets sets the control's text.

UserResized
Event for when the user resizes the control.

Assembly: Tesla.Windows (Module: Tesla.Windows) Version: 0.5.0.0 (0.5.0.0)