←Select platform

GetCornerPoints Method

Summary

Gets the four corner points of a rectangle.

Syntax
C#
VB
C++
public static LeadPointD[] GetCornerPoints( 
   LeadRectD rect 
) 
Public Shared Function GetCornerPoints( 
   ByVal rect As LeadRectD 
) As LeadPointD() 
public:  
   static array<LeadPointD^>^ GetCornerPoints( 
      LeadRectD^ rect 
   ) 

Parameters

rect

The source rectangle.

Return Value

The four corner points, in the following order: top-left, top-right, bottom-left and bottom-right.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly