Drawable Interface

SFML.Net

Drawable Interface
Interface for every object that can be drawn to a render window

Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public interface Drawable
Public Interface Drawable
public interface class Drawable
type Drawable =  interface end

The Drawable type exposes the following members.

Methods
  NameDescription
Public methodDraw
Top
See Also