EmbeddedImageGraphic(Int32, Int32, SKSize, Single, SKImage) Constructor |
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects.ShapesAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax public EmbeddedImageGraphic(
int posX,
int posY,
SKSize graphicSize,
float Rotation,
SKImage startingImage
)
Public Sub New (
posX As Integer,
posY As Integer,
graphicSize As SKSize,
Rotation As Single,
startingImage As SKImage
)
Request Example
View SourceParameters
- posX Int32
-
- posY Int32
-
- graphicSize SKSize
-
- Rotation Single
-
- startingImage SKImage
-
See Also