S
SStory
You know there is the controlpaint.Draw3DBorder and it works great for
rectangles.
How can one do this on ovals.
'thi is my rectangle code
ControlPaint.DrawBorder3D(g, rctShape.X, rctShape.Y, rctShape.Width,
rctShape.Height, Border3DStyle.Sunken, Border3DSide.Top Or Border3DSide.Left
Or Border3DSide.Right Or Border3DSide.Bottom)
Is there a way for ovals or do I need to design one.
If so, how?
Thanks,
Shane
rectangles.
How can one do this on ovals.
'thi is my rectangle code
ControlPaint.DrawBorder3D(g, rctShape.X, rctShape.Y, rctShape.Width,
rctShape.Height, Border3DStyle.Sunken, Border3DSide.Top Or Border3DSide.Left
Or Border3DSide.Right Or Border3DSide.Bottom)
Is there a way for ovals or do I need to design one.
If so, how?
Thanks,
Shane