Пример #1
0
 public WindowMesung(
     Raster2D <UInt32> ClientRectRaster,
     OrtogoonInt ClientRect,
     string WindowTitle = null)
 {
     this.ClientRectRaster = ClientRectRaster;
     this.ClientRect       = ClientRect;
     this.WindowTitle      = WindowTitle;
 }
Пример #2
0
 public WindowMeasurement(Raster2D <uint> clientRectRaster, RectInt clientRect, string windowTitle = null)
 {
     ClientRectRaster = clientRectRaster;
     ClientRect       = clientRect;
     WindowTitle      = windowTitle;
 }