Rectangle.isAligned Method¶
Module: Rectangle
Definition¶
Return True if the rectangle is aligned, False if it’s a quadrangle.
is_aligned(self) -> bool
Returns
bool
True if the rectangle is aligned, False if it’s a quadrangle.
Exceptions
An error has occurred during Devices Library execution.
bool isAligned()
Returns
bool
True if the rectangle is aligned, False if it’s a quadrangle.
Exceptions
An error has occurred during Devices Library execution.
public bool IsAligned()
Returns
bool
True if the rectangle is aligned, False if it’s a quadrangle.
Exceptions
An error has occurred during Devices Library execution.
public boolean isAligned() throws DevicesException
Returns
boolean
True if the rectangle is aligned, False if it’s a quadrangle.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesRectangle_IsAligned (
ID3_DEVICES_RECTANGLE hRectangle,
bool * isAligned)
Parameters
hRectangle
ID3_DEVICES_RECTANGLEin Handle to the Rectangle object.isAligned
bool *out True if the rectangle is aligned, False if it’s a quadrangle.
Returns