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

The draw object.
상속: IDrawObject
파일 보기 프로젝트 열기: EnsageSharp/Ensage.Common

공개 메소드들

메소드 설명
CenterOnRectangle ( DrawRect rectangle ) : void

The center on rectangle.

CenterOnRectangle ( Rectangle rectangle ) : void

The center on rectangle.

CenterOnRectangle ( Vector2 rectanglePosition, Vector2 rectangleSize ) : void

The center on rectangle.

CenterOnRectangle ( float rectangleX, float rectangleY, float rectangleWidth, float rectangleHeight ) : void

The center on rectangle.

CenterOnRectangleHorizontally ( DrawRect rectangle, float indent ) : void

The center on rectangle horizontally.

CenterOnRectangleVertically ( DrawRect rectangle, float indent ) : void

The center on rectangle vertically.

Draw ( ) : void

The draw.

메소드 상세

CenterOnRectangle() 공개 메소드

The center on rectangle.
public CenterOnRectangle ( DrawRect rectangle ) : void
rectangle DrawRect The rectangle.
리턴 void

CenterOnRectangle() 공개 메소드

The center on rectangle.
public CenterOnRectangle ( Rectangle rectangle ) : void
rectangle Rectangle The rectangle.
리턴 void

CenterOnRectangle() 공개 메소드

The center on rectangle.
public CenterOnRectangle ( Vector2 rectanglePosition, Vector2 rectangleSize ) : void
rectanglePosition Vector2 The rectangle position.
rectangleSize Vector2 The rectangle size.
리턴 void

CenterOnRectangle() 공개 메소드

The center on rectangle.
public CenterOnRectangle ( float rectangleX, float rectangleY, float rectangleWidth, float rectangleHeight ) : void
rectangleX float The rectangle x.
rectangleY float The rectangle y.
rectangleWidth float The rectangle width.
rectangleHeight float The rectangle height.
리턴 void

CenterOnRectangleHorizontally() 공개 메소드

The center on rectangle horizontally.
public CenterOnRectangleHorizontally ( DrawRect rectangle, float indent ) : void
rectangle DrawRect The rectangle.
indent float The indent.
리턴 void

CenterOnRectangleVertically() 공개 메소드

The center on rectangle vertically.
public CenterOnRectangleVertically ( DrawRect rectangle, float indent ) : void
rectangle DrawRect The rectangle.
indent float The indent.
리턴 void

Draw() 공개 추상적인 메소드

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