C# 클래스 Ensage.Common.Objects.DrawObjects.DrawRect

The draw rect.
상속: DrawObject
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void

The draw.

DrawRect ( SharpDX.Color color ) : SharpDX

Initializes a new instance of the DrawRect class.

DrawRect ( DotaTexture texture ) : SharpDX

Initializes a new instance of the DrawRect class.

메소드 상세

Draw() 공개 메소드

The draw.
public Draw ( ) : void
리턴 void

DrawRect() 공개 메소드

Initializes a new instance of the DrawRect class.
public DrawRect ( SharpDX.Color color ) : SharpDX
color SharpDX.Color /// The color. ///
리턴 SharpDX

DrawRect() 공개 메소드

Initializes a new instance of the DrawRect class.
public DrawRect ( DotaTexture texture ) : SharpDX
texture DotaTexture /// The texture. ///
리턴 SharpDX