The code I have so far is this:
Code:
int[] xp = { x + width /2, x + width -1, x };
int[] yp = { y, y + height - 1, y + height - 1 };
g.setColor(fill.color1);
g.fillPolygon(xp,
int[] xp = { x + width /2, x + width -1, x };
int[] yp = { y, y + height - 1, y + height - 1 };
g.setColor(fill.color1);
g.fillPolygon(xp,
Private _tooltipText As String
Public Property TooltipText As String
Get
Return _tooltipText
End Get
Set(value
g.DrawString("long text here", f, blueBrush, x, y, rectangle)
public void AdvanceWalkPhase()
{
Dim newl As Point = New Point(control.X + Panel1.HorizontalScroll.Value, control.Y + Panel1.VerticalScroll.Value)
Leave a comment: