C# 클래스 ArcGIS.LegendBitmapGenerator

상속: IDisposable
파일 보기 프로젝트 열기: NGFieldScope/JS-FieldScope 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Generate ( Bitmap icon, string text ) : Bitmap
Generate ( string text ) : Bitmap
LegendBitmapGenerator ( Bitmap scratchBitmap ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Generate() 공개 메소드

public Generate ( Bitmap icon, string text ) : Bitmap
icon System.Drawing.Bitmap
text string
리턴 System.Drawing.Bitmap

Generate() 공개 메소드

public Generate ( string text ) : Bitmap
text string
리턴 System.Drawing.Bitmap

LegendBitmapGenerator() 공개 메소드

public LegendBitmapGenerator ( Bitmap scratchBitmap ) : System
scratchBitmap System.Drawing.Bitmap
리턴 System