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


The following tables list the members exposed by PointPaintOperation.

Public Constructors

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

Public Properties

 NameDescription
Public PropertyBrush Gets the Brush object. (Inherited from StrokeFillPaintOperation)
Public PropertyDeltaX Gets or sets the delta x of the paint operation in pixels.  
Public PropertyDeltaY Gets or sets the delta x of the paint operation in pixels.  
Public PropertyFillColor Gets or sets the color that the part is going to be fill with. (Inherited from StrokeFillPaintOperation)
Public PropertyFillTransparency Gets or sets the transparency % of brush (100 = fully transparent). (Inherited from StrokeFillPaintOperation)
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. (Inherited from StrokePaintOperation)
Public PropertyLineTransparency Gets or sets the transparency % of the pen (100 = fully transparent). (Inherited from StrokePaintOperation)
Public PropertyLineWidth Gets or sets the pen's width. (Inherited from StrokePaintOperation)
Public PropertyPen Gets the Pen object. Do not modify properties directly. (Inherited from StrokePaintOperation)
Public PropertyPointSize Gets or sets the size of a point symbol in pixels.  
Public PropertyPointStyle Gets or sets the symbol to represent the point.  
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. (Inherited from StrokeFillPaintOperation)
Public MethodDrawOverridden.  Draws the geometry on the display using the symbology.  
Public MethodDrawArea Draws on the display the coordinate collection as an area using the symbology. (Inherited from StrokeFillPaintOperation)
Public MethodDrawLineOverloaded.  Draws a line between the two coordinates on the display using the symbology. (Inherited from StrokePaintOperation)
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 MethodWriteXmlOverridden.   
Top

Protected Methods

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

See Also