C# Class ImGui.Rendering.DrawingDrawingContext

Inheritance: ImGui.Rendering.DrawingContext
Show file Open project: zwcloud/ImGui

Public Methods

Method Description
DrawEllipse ( ImGui.Rendering.Brush brush, ImGui.Rendering.Pen pen, Point center, double radiusX, double radiusY ) : void
DrawGeometry ( ImGui.Rendering.Brush brush, ImGui.Rendering.Pen pen, ImGui.Rendering.Geometry geometry ) : void
DrawImage ( ITexture image, Rect rectangle ) : void
DrawImage ( ITexture image, Rect rectangle, Point uvMin, Point uvMax ) : void
DrawLine ( ImGui.Rendering.Pen pen, Point point0, Point point1 ) : void
DrawRectangle ( ImGui.Rendering.Brush brush, ImGui.Rendering.Pen pen, Rect rectangle ) : void
DrawRoundedRectangle ( ImGui.Rendering.Brush brush, ImGui.Rendering.Pen pen, Rect rectangle, double radiusX, double radiusY ) : void

Private Methods

Method Description
NotImplementedException ( ) : System

Method Details

DrawEllipse() public method

public DrawEllipse ( ImGui.Rendering.Brush brush, ImGui.Rendering.Pen pen, Point center, double radiusX, double radiusY ) : void
brush ImGui.Rendering.Brush
pen ImGui.Rendering.Pen
center Point
radiusX double
radiusY double
return void

DrawGeometry() public method

public DrawGeometry ( ImGui.Rendering.Brush brush, ImGui.Rendering.Pen pen, ImGui.Rendering.Geometry geometry ) : void
brush ImGui.Rendering.Brush
pen ImGui.Rendering.Pen
geometry ImGui.Rendering.Geometry
return void

DrawImage() public method

public DrawImage ( ITexture image, Rect rectangle ) : void
image ITexture
rectangle Rect
return void

DrawImage() public method

public DrawImage ( ITexture image, Rect rectangle, Point uvMin, Point uvMax ) : void
image ITexture
rectangle Rect
uvMin Point
uvMax Point
return void

DrawLine() public method

public DrawLine ( ImGui.Rendering.Pen pen, Point point0, Point point1 ) : void
pen ImGui.Rendering.Pen
point0 Point
point1 Point
return void

DrawRectangle() public method

public DrawRectangle ( ImGui.Rendering.Brush brush, ImGui.Rendering.Pen pen, Rect rectangle ) : void
brush ImGui.Rendering.Brush
pen ImGui.Rendering.Pen
rectangle Rect
return void

DrawRoundedRectangle() public method

public DrawRoundedRectangle ( ImGui.Rendering.Brush brush, ImGui.Rendering.Pen pen, Rect rectangle, double radiusX, double radiusY ) : void
brush ImGui.Rendering.Brush
pen ImGui.Rendering.Pen
rectangle Rect
radiusX double
radiusY double
return void