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


The following tables list the members exposed by StrokePaintOperation.

Public Constructors

 NameDescription
Public ConstructorStrokePaintOperation ConstructorOverloaded.  Creates a new instance of StrokeSymbol class.  
Top

Public Properties

 NameDescription
Public PropertyFringeSizeOverridden.  Gets the fringe size of the symbol in screen units. Used when invalidating the display.  
Public PropertyLineColor Gets or sets pen line color.  
Public PropertyLineTransparency Gets or sets the transparency % of the pen (100 = fully transparent).  
Public PropertyLineWidth Gets or sets the pen's width.  
Public PropertyPen Gets the Pen object. Do not modify properties directly.  
Top

Public Methods

 NameDescription
Public MethodClone Creates a new object that is a copy of the current instance. (Inherited from PaintOperation)
Public MethodDisposeOverloaded.  Disposes the object.  
Public MethodDrawOverridden.  Draws the geometry on the display using the symbology.  
Public MethodDrawAreaOverridden.  Draws on the display the coordinate collection as an area using the symbology.  
Public MethodDrawLineOverloaded. Overridden.  Draws a line between the two coordinates on the display using the symbology.  
Public MethodDrawMultipointOverridden.  Draws the coordinates on the display using the symbology.  
Public MethodDrawPointOverloaded. Overridden.  Draws the coordinate on the display using the symbology.  
Public MethodGetSchema (Inherited from PaintOperation)
Public MethodReadXmlOverridden.   
Public Methodstatic (Shared in Visual Basic)StrokePaintOperationXmlSchema  
Public MethodWriteXmlOverridden.   
Top

Protected Methods

 NameDescription
Protected MethodFinalize Finalizes the PaintOperation instance. (Inherited from PaintOperation)
Top

See Also