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 Finger Library execution.
bool isAligned()

Returns

bool
True if the rectangle is aligned, False if it’s a quadrangle.

Exceptions

An error has occurred during Finger 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 Finger Library execution.
public boolean isAligned() throws FingerException

Returns

boolean
True if the rectangle is aligned, False if it’s a quadrangle.

Exceptions

An error has occurred during Finger Library execution.
public func isAligned() throws -> Bool

Returns

Bool
True if the rectangle is aligned, False if it’s a quadrangle.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerRectangle_IsAligned (
    ID3_FINGER_RECTANGLE hRectangle,
    bool * isAligned)

Parameters

in Handle to the Rectangle object.

isAligned bool *
out True if the rectangle is aligned, False if it’s a quadrangle.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.