public DrawLine ( RawVector2 point0, RawVector2 point1, Brush brush ) : void | ||
point0 | RawVector2 | The start point of the line, in device-independent pixels. |
point1 | RawVector2 | The end point of the line, in device-independent pixels. |
brush | Brush | The brush used to paint the line's stroke. |
return | void |