ESRI.ArcGIS.Mobile
DrawMultipoint(Pen,SolidBrush,Int32,Multipoint) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > MapSurface Class > DrawMultipoint Method : DrawMultipoint(Pen,SolidBrush,Int32,Multipoint) Method

pen
Pen object that determines the color and style of the outline.
brush
Brush object that determines the color of the fill.
size
The size of the point in pixels.
points
The Multipoint to draw.
Draws multiple points of the specified size on the MapSurface surface.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub DrawMultipoint( _
   ByVal pen As Pen, _
   ByVal brush As SolidBrush, _
   ByVal size As Integer, _
   ByVal points As Multipoint _
) 
C# 
public void DrawMultipoint( 
   Pen pen,
   SolidBrush brush,
   int size,
   Multipoint points
)

Parameters

pen
Pen object that determines the color and style of the outline.
brush
Brush object that determines the color of the fill.
size
The size of the point in pixels.
points
The Multipoint to draw.

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

© 2013 All Rights Reserved.