C# Class FlatRedBall.Graphics.Texture.AtlasEntry

显示文件 Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description

Public Methods

Method Description
FullToReduced ( float fullLeft, float fullRight, float fullTop, float fullBottom, float &reducedLeft, float &reducedRight, float &reducedTop, float &reducedBottom ) : void

Method Details

FullToReduced() public method

public FullToReduced ( float fullLeft, float fullRight, float fullTop, float fullBottom, float &reducedLeft, float &reducedRight, float &reducedTop, float &reducedBottom ) : void
fullLeft float
fullRight float
fullTop float
fullBottom float
reducedLeft float
reducedRight float
reducedTop float
reducedBottom float
return void