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