GraphicsSurfaceDrawSelectionRectangle Method |
Namespace: DWSIM.Drawing.SkiaSharpAssembly: DWSIM.Drawing.SkiaSharp (in DWSIM.Drawing.SkiaSharp.dll) Version: 8.8.1.0
Syntax private void DrawSelectionRectangle(
SKCanvas DrawingCanvas,
SKRect selectionRect
)
Private Sub DrawSelectionRectangle (
DrawingCanvas As SKCanvas,
selectionRect As SKRect
)
Request Example
View SourceParameters
- DrawingCanvas SKCanvas
-
- selectionRect SKRect
-
See Also