RightEdgeFound Property
Summary
Indicates whether the right edge of the card was found.
Syntax
C#
VB
Java
Objective-C
C++
public bool RightEdgeFound { get; set; }
Public Property RightEdgeFound As Boolean
@property (nonatomic, assign) BOOL rightEdgeFound
public boolean isRightEdgeFound()
public void setRightEdgeFound(boolean value)
public:
property bool RightEdgeFound
{
bool get()
void set(bool value)
}
Property Value
true if the right edge of the card was found; otherwise, false.