VNMediaClientNET
VideoNext::IGraphicsRenderer Interface Reference

Public Types

enum  HorizAlign { Left, Center, Right }
 
enum  VertAlign { Top, Middle, BaseLine, Bottom }
 

Public Member Functions

void SetColor (System::Drawing::Color c)
 
void DrawLine (float x1, float y1, float x2, float y2)
 
void DrawRect (float x, float y, float width, float height)
 
void FillRect (float x, float y, float width, float height)
 
void DrawEllipse (float x, float y, float width, float height)
 
void FillEllipse (float x, float y, float width, float height)
 
void DrawPolyline (array< Drawing::PointF >^ points)
 
void FillPolygon (array< Drawing::PointF >^ points)
 
float GetStrokeWidth ()
 
void SetStrokeWidth (float strokeWidth)
 
void SetFont (String^ fontName, float fontSize, System::Drawing::FontStyle fontStyle)
 
System::Drawing::Rectangle DrawString (String^ text, float x, float y, HorizAlign horzAlign, VertAlign vertAlign)
 

The documentation for this interface was generated from the following file: