Skip to content

Simba.Data

Simba.Data.DeviceRectangleShape

DeviceRectangleShape Constructors

Overloads
DeviceRectangleShape(float, float, float, float, Device) Rectangle Constructor
DeviceRectangleShape(PointF, PointF, Device) Rectangle Constructor

DeviceRectangleShape(float, float, float, float, Device) Constructor

Rectangle Constructor

Parameters

left System.Single

left position in the device coordinate system (between 0 and 1)

top System.Single

top position in the device coordinate system (between 0 and 1)

right System.Single

right position in the device coordinate system (between 0 and 1)

bottom System.Single

bottom position in the device coordinate system(between 0 and 1)

device Device

device

DeviceRectangleShape(PointF, PointF, Device) Constructor

Rectangle Constructor

Parameters

topLeft System.Drawing.PointF

top-left position in the device coordinate system (between 0 and 1)

bottomRight System.Drawing.PointF

BottomRight position in the device coordinate system (between 0 and 1)

device Device

device