ESRI.ArcGIS.ADF.Web
CreateSquigglyPoints(Rectangle) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Drawing Namespace > DrawingUtility Class > CreateSquigglyPoints Method : CreateSquigglyPoints(Rectangle) Method




envelope
The envelope.
Creates the squiggly points.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CreateSquigglyPoints( _
   ByVal envelope As Rectangle _
) As Point()
Visual Basic (Usage)Copy Code
Dim envelope As Rectangle
Dim value() As Point
 
value = DrawingUtility.CreateSquigglyPoints(envelope)
C# 
public static Point[] CreateSquigglyPoints( 
   Rectangle envelope
)

Parameters

envelope
The envelope.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.