Example: A path consists of a set of points, and a polyline is generated by a path (a line segment set that can contain multiple segments)

Source: Internet
Author: User
Tags polyline ipoint

Example: A path consists of a set of points, and a polyline is generated by a path.

Dim frompoint as ipoint, topoint as ipoint
Dim ppatha as ipath, ppathb as ipath
Dim ppolyline as isegmentcollection
'Use the isegmentcollection interface on polyline
Set frompoint = new point
Set topoint = new point
Frompoint. x = 20
Frompoint. Y = 30
Top point. x = 450
Topoint. Y = 55
Set ppatha = New Path
'Path inherits the icurve Interface
Ppatha. frompoint = frompoint
Ppathb. topoint = topoint
Frompoint. x = 450
Frompoint. Y = 55
Top point. x = 456
Top point. Y = 330
Set ppathb = New Path
Ppathb. frompoint = frompoint
Ppathb. topoint = topoint

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.