Click or drag to resize
GraphicsManagerDrawTiledTexture Method
Draw a tiled texture.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void DrawTiledTexture(
	Texture2D texture,
	Vector2 position,
	Rectangle sourceRect
)

Parameters

texture
Type: Texture2D
Texture to draw.
position
Type: Vector2
Position.
sourceRect
Type: Rectangle
Source rectangle in texture (also affect drawing size).
See Also