Class SBSDKPolygonEdge  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKPolygonEdge : NSObject, INSCopying, INativeObject, IDisposable
   
  
    - Inheritance
 
    - 
      
      
SBSDKPolygonEdge
     
  
  
    - Implements
 
    - 
      
INSCopying
      INativeObject
      
     
  
  Constructors
  
  
  SBSDKPolygonEdge(CGPoint, CGPoint)
  
  
  
  
  
    public SBSDKPolygonEdge(CGPoint p1, CGPoint p2)
   
  Parameters
  
    p1 CGPoint 
    
    p2 CGPoint 
    
  
  
  
  SBSDKPolygonEdge(NSObjectFlag)
  
  
  
  
  
    protected SBSDKPolygonEdge(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKPolygonEdge(NativeHandle)
  
  
  
  
  
    protected SBSDKPolygonEdge(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  Properties
  
  
  BoundingBox
  
  
  
  
  
    public virtual CGRect BoundingBox { get; }
   
  Property Value
  
    - CGRect
 
    
  
  
  
  Center
  
  
  
  
  
    public virtual CGPoint Center { get; set; }
   
  Property Value
  
    - CGPoint
 
    
  
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  DebugDescription
  
  
  
  
  
    public virtual string DebugDescription { get; }
   
  Property Value
  
    - string
 
    
  
  
  
  Length
  
  
  
  
  
    public virtual NFloat Length { get; }
   
  Property Value
  
    - NFloat
 
    
  
  
  
  Orientation
  
  
  
  
  
    public virtual SBSDKPolygonEdgeOrientation Orientation { get; }
   
  Property Value
  
    - SBSDKPolygonEdgeOrientation
 
    
  
  
  
  P1
  
  
  
  
  
    public virtual CGPoint P1 { get; }
   
  Property Value
  
    - CGPoint
 
    
  
  
  
  P2
  
  
  
  
  
    public virtual CGPoint P2 { get; }
   
  Property Value
  
    - CGPoint
 
    
  
  Methods
  
  
  Copy(NSZone?)
  
  
  
  
  
    public virtual NSObject Copy(NSZone? zone)
   
  Parameters
  
    zone NSZone 
    
  
  Returns
  
    - NSObject