50 likes | 193 Views
CSS290 : Apps on Mobile Devices. Lecture 5: Drawing Primitives and Cooridnate. Today: Concepts. Reading: Chapter 13 Primitives for Drawing Attributes: Fill, Edge (Stroke) Transformation of primitives Image and Primitives Event Driven and Drawing: Interactive controlling of primitives
E N D
CSS290: Apps on Mobile Devices Lecture 5: Drawing Primitives and Cooridnate
Today: Concepts • Reading: Chapter 13 • Primitives for Drawing • Attributes: Fill, Edge (Stroke) • Transformation of primitives • Image and Primitives • Event Driven and Drawing: • Interactive controlling of primitives • Dynamic creation of drawing primitives • Grouping of Primitives • For Fun • Accelerometer
Notes • GUI Element • Offsets: reset all to zero • IsHitTestVisible • Must add to Panel.Children! • All reference position is top-left corner • Y-axis does downwards • Z-index
References • More on Tasks (with return value) and Launchers (start an App): • http://msdn.microsoft.com/en-us/library/ff428753%28v=VS.92%29.aspx