GoDiagram Web Reference
SetPoints Method (GoTrapezoid)

an array of PointF of length 4
Reset all of the trapezoid's points.
Syntax
'Declaration
 
Public Overridable Sub SetPoints( _
   ByVal points() As PointF _
) 
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoTrapezoid Class
GoTrapezoid Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback