Interface IMC_ShapeContour
  
  
  
  Assembly: STMCGeomShapeTypes.dll
  Syntax
  
    [InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("94C0D605-CD21-48A9-A713-7A40CA5A5223")]
public interface IMC_ShapeContour
   
  Methods
  
  ArcTo(double, double, double, double, double, string)
  
  
  Declaration
  
    void ArcTo(double X, double Y, double Xc, double Yc, double R, string SpanID)
   
  Parameters
  
  
  CloseCurve(string)
  
  
  Declaration
  
    void CloseCurve(string SpanID)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | string | SpanID |  | 
    
  
  
  CloseToLine(string, TST2DPoint, TST2DPoint)
  
  
  Declaration
  
    void CloseToLine(string SpanID, TST2DPoint LinePoint, TST2DPoint LineDirection)
   
  Parameters
  
  
  CutTo(double, double, string)
  
  
  Declaration
  
    void CutTo(double X, double Y, string SpanID)
   
  Parameters
  
  
  Invert()
  
  
  Declaration
  
  
  MakeCircle(double, double, double, string)
  
  
  Declaration
  
    void MakeCircle(double Xc, double Yc, double R, string SpanID)
   
  Parameters
  
  
  RoundCorners(double, string)
  
  
  Declaration
  
    void RoundCorners(double Rc, string CornersIDMask)
   
  Parameters
  
  
  StartCurve(double, double)
  
  
  Declaration
  
    void StartCurve(double X, double Y)
   
  Parameters
  
  
  
  
  
  Declaration
  
    void Transform2D(TST2DMatrix Matrix)
   
  Parameters
  
  
  Watch()
  
  
  Declaration