EmbeddedImageGraphic(Int32, Int32, Single, SKImage) Constructor

Definition

Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects.Shapes
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 10.0.0.0
public EmbeddedImageGraphic(
	int posX,
	int posY,
	float Rotation,
	SKImage startingImage
)

Parameters

posX  Int32
 
posY  Int32
 
Rotation  Single
 
startingImage  SKImage
 

See Also