C# Class Fusion.Engine.Graphics.SpriteFrame

Mostrar archivo Open project: demiurghg/FusionEngine Class Usage Examples

Public Properties

Property Type Description
ClipRectangle RectangleF
FrameColor Color4

Public Methods

Method Description
SpriteFrame ( RectangleF clipRect, Color4 frameColor ) : System

Method Details

SpriteFrame() public method

public SpriteFrame ( RectangleF clipRect, Color4 frameColor ) : System
clipRect RectangleF
frameColor Color4
return System

Property Details

ClipRectangle public_oe property

public RectangleF ClipRectangle
return RectangleF

FrameColor public_oe property

public Color4 FrameColor
return Color4