[]
Interface that supports border graphics.
public interface IBorderGraphics
Public Interface IBorderGraphics
Name | Description |
---|---|
DrawArc(Pen, float, float, int, int, int, int) | Draws the arc. |
DrawLine(Pen, float, float, float, float) | Draws the line. |
IntersectClip(Region) | Finds the intersection of the current clip region of the graphics object and the specified region. |
Restore(object) | Restores the specified graphics state. |
Save() | Saves this instance of the graphics object. |