Vypočte hranice políčka Rectangle s uvedenými souřadnicemi.

Jmenný prostor:  SGP.XSpace
Knihovna:  SGPRTL (v SGPRTL)
Verze: dll

Syntaxe

C#
public void GetTileRectangle(
	int indexX,
	int indexY,
	ref Rectangle rect
)

Parametry

indexX
Typ: System..::.Int32
Souřadnice zdrojové políčka v ose X.
indexY
Typ: System..::.Int32
Souřadnice zdrojové políčka v ose Y.
rect
Typ: System.Drawing..::.Rectangle %
Vypočítaná hodnota hranice políčka.

Implementuje

IXTileCut..::.GetTileRectangle(Int32, Int32, Rectangle%)

Podívat se také na