Graphic Object(Int 32, Int 32, Int 32, Int 32, Single) Constructor
Definition
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 10.0.0.0
Assembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 10.0.0.0
C#
public GraphicObject(
int posX,
int posY,
int width,
int height,
float Rotation
)VB
Public Sub New (
posX As Integer,
posY As Integer,
width As Integer,
height As Integer,
Rotation As Single
)