C# 클래스 Fusion.Engine.Graphics.SpriteFrame

파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ClipRectangle RectangleF
FrameColor Color4

공개 메소드들

메소드 설명
SpriteFrame ( RectangleF clipRect, Color4 frameColor ) : System

메소드 상세

SpriteFrame() 공개 메소드

public SpriteFrame ( RectangleF clipRect, Color4 frameColor ) : System
clipRect RectangleF
frameColor Color4
리턴 System

프로퍼티 상세

ClipRectangle 공개적으로 프로퍼티

public RectangleF ClipRectangle
리턴 RectangleF

FrameColor 공개적으로 프로퍼티

public Color4 FrameColor
리턴 Color4