C# 클래스 OpenSim.Region.CoreModules.Scripting.VectorRender.VectorRenderModule

상속: ISharedRegionModule, IDynamicTextureRender
파일 보기 프로젝트 열기: openmetaversefoundation/fortis-opensim 1 사용 예제들

공개 메소드들

메소드 설명
AsyncConvertData ( UUID id, string bodyData, string extraParams ) : bool
AsyncConvertUrl ( UUID id, string url, string extraParams ) : bool
Close ( ) : void
ConvertStream ( Stream data, string extraParams ) : byte[]
ConvertUrl ( string url, string extraParams ) : byte[]
GetContentType ( ) : string
GetDrawStringSize ( string text, string fontName, int fontSize, double &xSize, double &ySize ) : void
GetName ( ) : string
Initialise ( Scene scene, IConfigSource config ) : void
PostInitialise ( ) : void
SupportsAsynchronous ( ) : bool
VectorRenderModule ( ) : System

비공개 메소드들

메소드 설명
Draw ( string data, UUID id, string extraParams ) : void
GDIDraw ( string data, Graphics graph, char dataDelim ) : void
GetParams ( char partsDelimiter, string &line, int startLength, PointF &points ) : void
GetParams ( char partsDelimiter, string &line, int startLength, float &x, float &y ) : void
ImageHttpRequest ( string url ) : Bitmap
parseIntParam ( string strInt ) : int

메소드 상세

AsyncConvertData() 공개 메소드

public AsyncConvertData ( UUID id, string bodyData, string extraParams ) : bool
id UUID
bodyData string
extraParams string
리턴 bool

AsyncConvertUrl() 공개 메소드

public AsyncConvertUrl ( UUID id, string url, string extraParams ) : bool
id UUID
url string
extraParams string
리턴 bool

Close() 공개 메소드

public Close ( ) : void
리턴 void

ConvertStream() 공개 메소드

public ConvertStream ( Stream data, string extraParams ) : byte[]
data Stream
extraParams string
리턴 byte[]

ConvertUrl() 공개 메소드

public ConvertUrl ( string url, string extraParams ) : byte[]
url string
extraParams string
리턴 byte[]

GetContentType() 공개 메소드

public GetContentType ( ) : string
리턴 string

GetDrawStringSize() 공개 메소드

public GetDrawStringSize ( string text, string fontName, int fontSize, double &xSize, double &ySize ) : void
text string
fontName string
fontSize int
xSize double
ySize double
리턴 void

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

Initialise() 공개 메소드

public Initialise ( Scene scene, IConfigSource config ) : void
scene OpenSim.Region.Framework.Scenes.Scene
config IConfigSource
리턴 void

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void

SupportsAsynchronous() 공개 메소드

public SupportsAsynchronous ( ) : bool
리턴 bool

VectorRenderModule() 공개 메소드

public VectorRenderModule ( ) : System
리턴 System