C# 클래스 Pokemon3D.Common.Extensions.RectangleExtension

파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
Scale ( this rectangle, float scale ) : Rectangle
Translate ( this rectangle, int x, int y ) : Rectangle

메소드 상세

Scale() 공개 정적인 메소드

public static Scale ( this rectangle, float scale ) : Rectangle
rectangle this
scale float
리턴 Microsoft.Xna.Framework.Rectangle

Translate() 공개 정적인 메소드

public static Translate ( this rectangle, int x, int y ) : Rectangle
rectangle this
x int
y int
리턴 Microsoft.Xna.Framework.Rectangle