![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
CreateSquigglyPoints(Int32,Point) Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.Display.Drawing Namespace > DrawingUtility Class > CreateSquigglyPoints Method : CreateSquigglyPoints(Int32,Point) Method |
- width
- The width.
- centerPoint
- The center point.
Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function CreateSquigglyPoints( _ ByVal width As Integer, _ ByVal centerPoint As Point _ ) As Point() |
Visual Basic (Usage) | ![]() |
---|---|
Dim width As Integer Dim centerPoint As Point Dim value() As Point value = DrawingUtility.CreateSquigglyPoints(width, centerPoint) |
C# | |
---|---|
public static Point[] CreateSquigglyPoints( int width, Point centerPoint ) |
Parameters
- width
- The width.
- centerPoint
- The center point.
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