DirectAnimation Animated Header --Path2Bvr Class DirectAnimation Animated Header --Path2Bvr Class* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: PairObject
*Next Topic: PickableGeometry

Path2Bvr Class


These are the methods for the Path2Bvr Class:

public Bbox2Bvr boundingBox(LineStyleBvr style)
public Path2Bvr close()
public ImageBvr draw(LineStyleBvr ls)
public ImageBvr fill(ImageBvr im, LineStyleBvr ls)
public Path2Bvr transform(Transform2Bvr xf)
public static Path2Bvr newUninitBvr()
Methods Defined in Statics Class
public static Path2Bvr arc(NumberBvr startAngle, NumberBvr endAngle, NumberBvr arcWidth, NumberBvr arcHeight)
public static Transform2Bvr arcDegrees(double startingAngle, double endingAngle, double arcWidth, double arcHeight)
public static Path2Bvr concat(Path2Bvr p1, Path2Bvr p2)
public static Path2Bvr concatArray(Path2Bvr[] paths)
public static Path2Bvr cubicBSplinePath(Point2Bvr[], NumberBvr[])
public static Path2Bvr line(Point2Bvr p1, Point2Bvr p2)
public static Path2Bvr oval(NumberBvr width, NumberBvr height)
public static Path2Bvr pie(NumberBvr startAngle, NumberBvr endAngle, NumberBvr arcWidth, NumberBvr arcHeight)
public static Path2Bvr pieDegrees(double startAngle, double endAngle, double arcWidth, double arcHeight)
public static Path2Bvr polydrawPath(Point2Bvr[] points, NumberBvr[] codes)
public static Path2Bvr polyline(Point2Bvr[] points)
public static Path2Bvr ray(Point2Bvr p)
public static Path2Bvr rect(NumberBvr width, NumberBvr height)
public static Path2Bvr roundRect(NumberBvr width, NumberBvr height, NumberBvr arcWidth, NumberBvr arcHeight)
public static Path2Bvr stringPath(StringBvr string, FontStyleBvr fs)

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page