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