GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoTrapezoid Class
/ SetPoints Method
an array of
PointF
of length 4
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
SetPoints Method (GoTrapezoid)
In This Topic
Reset all of the trapezoid's points.
Syntax
C#
public
virtual
void
SetPoints(
PointF
[]
points
)
Parameters
points
an array of
PointF
of length 4
Remarks
The first element of the array corresponds to point
A
, the second to point
B
, the third to
C
, and the fourth to
D
.
See Also
Reference
GoTrapezoid Class
GoTrapezoid Members