Resource Base
Table of contents

Quadrilateral

Class Quadrilateral.

namespace DCVXamarin
{
    public class Quadrilateral
    {
        // The vertex coordinates of the quadrilateral.
        public Point[] Points { get; set; }
    }
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +