C# Class MapAround.Mapping.PolygonStyle

Inheritance: ICloneable
Datei anzeigen Open project: gkrsu/maparound.core Class Usage Examples

Private Properties

Property Type Description
brushPatternParamsChanged void
checkBrushPattern void

Public Methods

Method Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

GetBrush ( ) : Brush
GetPen ( ) : Pen

Private Methods

Method Description
brushPatternParamsChanged ( ) : void
checkBrushPattern ( Bitmap bmp ) : void

Method Details

Clone() public method

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
return object

GetBrush() public method

public GetBrush ( ) : Brush
return System.Drawing.Brush

GetPen() public method

public GetPen ( ) : Pen
return System.Drawing.Pen