SpreadsheetGraphic(Int32, Int32, Int32, Int32) Constructor |
Namespace: DWSIM.Drawing.SkiaSharp.GraphicObjects.ShapesAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax public SpreadsheetGraphic(
int posX,
int posY,
int width,
int height
)
Public Sub New (
posX As Integer,
posY As Integer,
width As Integer,
height As Integer
)
Request Example
View SourceParameters
- posX Int32
-
- posY Int32
-
- width Int32
-
- height Int32
-
See Also