Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void DrawLine(Pen, PointD, PointD)

  • Declared in: RT.Util.Drawing.Canvas

Declaration

public void DrawLine(
    Pen pen,
    PointD pt1,
    PointD pt2
)

Summary

Draws a straight line using the specified pen.