EmbeddedImageGraphic(SKPoint, SKSize, 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(
	SKPoint graphicPosition,
	SKSize graphicSize,
	float Rotation,
	SKImage startingImage
)

Parameters

graphicPosition  SKPoint
 
graphicSize  SKSize
 
Rotation  Single
 
startingImage  SKImage
 

See Also