C# Class MapAround.Mapping.PolygonStyle

Inheritance: ICloneable
Afficher le fichier Open project: gkrsu/maparound.core Class Usage Examples

Private Properties

Свойство Type Description
brushPatternParamsChanged void
checkBrushPattern void

Méthodes publiques

Méthode Description
Clone ( ) : object

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

GetBrush ( ) : Brush
GetPen ( ) : Pen

Private Methods

Méthode Description
brushPatternParamsChanged ( ) : void
checkBrushPattern ( Bitmap bmp ) : void

Method Details

Clone() public méthode

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

GetBrush() public méthode

public GetBrush ( ) : Brush
Résultat System.Drawing.Brush

GetPen() public méthode

public GetPen ( ) : Pen
Résultat System.Drawing.Pen