Click or drag to resize
Ab4d.SharpEngine logo

RawImageDataDrawImage Method

DrawImage method draws the specified RawImageData into this RawImageData at the specified x and y offsets.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void DrawImage(
	RawImageData sourceRawImageData,
	int xOffset,
	int yOffset
)

Parameters

sourceRawImageData  RawImageData
source RawImageData
xOffset  Int32
x offset where the top-left part of the sourceRawImageData is drawn
yOffset  Int32
y offset where the top-left part of the sourceRawImageData is drawn
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Common.RawImageData.DrawImage(Ab4d.SharpEngine.Common.RawImageData,System.Int32,System.Int32)"]

See Also