C# 클래스 MapAround.Mapping.PolygonStyle

상속: ICloneable
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

Private Properties

프로퍼티 타입 설명
brushPatternParamsChanged void
checkBrushPattern void

공개 메소드들

메소드 설명
Clone ( ) : object

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

GetBrush ( ) : Brush
GetPen ( ) : Pen

비공개 메소드들

메소드 설명
brushPatternParamsChanged ( ) : void
checkBrushPattern ( Bitmap bmp ) : void

메소드 상세

Clone() 공개 메소드

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

GetBrush() 공개 메소드

public GetBrush ( ) : Brush
리턴 System.Drawing.Brush

GetPen() 공개 메소드

public GetPen ( ) : Pen
리턴 System.Drawing.Pen