ESRI.ArcGIS.Mobile
PaintOperation Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile Namespace : PaintOperation Class


The following tables list the members exposed by PaintOperation.

Public Properties

 NameDescription
Public PropertyFringeSize Gets the fringe size of the symbol in screen units. Used when invalidating the display.  
Top

Public Methods

 NameDescription
Public MethodClone Creates a new object that is a copy of the current instance.  
Public Methodstatic (Shared in Visual Basic)CreateBrush Creates a new solid brush using the alpha and color.  
Public Methodstatic (Shared in Visual Basic)CreatePen Creates a new pen using the alpha, color, and width.  
Public MethodDisposeOverloaded.  Disposes the object.  
Public MethodDraw Draws the geometry on the display using the symbology.  
Public MethodDrawArea Draws on the display the coordinate collection as an area using the symbology.  
Public MethodDrawLineOverloaded.  Draws a line between the two coordinates on the display using the symbology.  
Public MethodDrawMultipoint Draws the coordinates on the display using the symbology.  
Public MethodDrawPointOverloaded.  Draws the coordinate on the display using the symbology.  
Public Methodstatic (Shared in Visual Basic)FromArgb Creates a Color structure from the specified Color structure, but with the new specified alpha value. Although this method allows a 32-bit value to be passed for the alpha value, the value is limited to 8 bits.  
Public MethodGetSchema  
Public MethodReadXml  
Public MethodWriteXml  
Top

Protected Methods

 NameDescription
Protected MethodFinalizeOverridden.  Finalizes the PaintOperation instance.  
Top

See Also