¡@

Home 

c# Programming Glossary: bounds.y

How to draw rounded rectangle with variable width border inside of specific bounds

http://stackoverflow.com/questions/628261/how-to-draw-rounded-rectangle-with-variable-width-border-inside-of-specific-boun

DrawPen.StartCap LineCap.Round gfxPath.AddArc Bounds.X Bounds.Y CornerRadius CornerRadius 180 90 gfxPath.AddArc Bounds.X Bounds.Width.. 180 90 gfxPath.AddArc Bounds.X Bounds.Width CornerRadius Bounds.Y CornerRadius CornerRadius 270 90 gfxPath.AddArc Bounds.X Bounds.Width.. 270 90 gfxPath.AddArc Bounds.X Bounds.Width CornerRadius Bounds.Y Bounds.Height CornerRadius CornerRadius CornerRadius 0 90 gfxPath.AddArc..