C# 클래스 FlatRedBallExtensions.ScaledPolygon

상속: Polygon, IRelativeScalable
파일 보기 프로젝트 열기: kainazzzo/flatredball-spriter 1 사용 예제들

공개 메소드들

메소드 설명
CreateRectangle ( float x, float y, int width, int height ) : ScaledPolygon
CreateRectangleWithPivot ( float x, float y, int width, int height, float pivotX, float pivotY ) : ScaledPolygon
ScaledPolygon ( ) : System
SetUnscaledPoints ( IList points ) : void
UpdateDependencies ( double currentTime ) : void

비공개 메소드들

메소드 설명
RecalculateScale ( ) : void

메소드 상세

CreateRectangle() 공개 정적인 메소드

public static CreateRectangle ( float x, float y, int width, int height ) : ScaledPolygon
x float
y float
width int
height int
리턴 ScaledPolygon

CreateRectangleWithPivot() 공개 정적인 메소드

public static CreateRectangleWithPivot ( float x, float y, int width, int height, float pivotX, float pivotY ) : ScaledPolygon
x float
y float
width int
height int
pivotX float
pivotY float
리턴 ScaledPolygon

ScaledPolygon() 공개 메소드

public ScaledPolygon ( ) : System
리턴 System

SetUnscaledPoints() 공개 메소드

public SetUnscaledPoints ( IList points ) : void
points IList
리턴 void

UpdateDependencies() 공개 메소드

public UpdateDependencies ( double currentTime ) : void
currentTime double
리턴 void