PDA

View Full Version : clipping graphics drawn in UIComponent


pulse00
09-29-2008, 02:52 PM
Hi,

is there any built-in clipping functionality that only draws
graphics inside the bounds of an UIComponent?

IE the UIComponents width/height is 100 pixels. Drawing a line from 0/10 to
150/10 would clip the line at 100/10 ?