C# 클래스 Microsoft.Web.Samples.Position

파일 보기 프로젝트 열기: stratsys/SpriteIt

공개 프로퍼티들

프로퍼티 타입 설명
XOffset int
YOffset int

공개 메소드들

메소드 설명
Position ( int xOffset, int yOffset ) : System.Collections.Generic

메소드 상세

Position() 공개 메소드

public Position ( int xOffset, int yOffset ) : System.Collections.Generic
xOffset int
yOffset int
리턴 System.Collections.Generic

프로퍼티 상세

XOffset 공개적으로 프로퍼티

public int XOffset
리턴 int

YOffset 공개적으로 프로퍼티

public int YOffset
리턴 int