Public · Protected · Private
Path Data in silverlight
Type: Public  |  Created: 2009-12-07  |  Frozen: Yes
« Previous Public Blog Next Public Blog »
Comments
  • <Path Stroke="Black" StrokeThickness="10" > <Path.Data> <LineGeometry StartPoint="10,20" EndPoint="100,130" /> </Path.Data> </Path> <Path> <Path.Data> <RectangleGeometry Rect="50,50,250,250" /> </Path.Data> </Path> <Path> <Path.Data> <GeometryGroup FillRule="Nonzero"> <LineGeometry StartPoint="10,10" EndPoint="50,30" /> <EllipseGeometry Center="40,70" RadiusX="30" RadiusY="30" /> <RectangleGeometry Rect="30,55 100 30" /> </GeometryGroup> </Path.Data> </Path>
    2009-12-07 03:11
This blog is frozen. No new comments or edits allowed.