SetClipBoundary Method (IReferenceImage) Send Feedback
See Also 
ClipPointsDblArray
Array of doubles indicating the x, y pixel coordinates of the clipping boundary
Sets the clipping boundary for this Referenced image.

Syntax

Visual Basic 
Sub SetClipBoundary( _
   ByVal ClipPointsDblArray As System.Object _
) 
C# 
void SetClipBoundary( 
   System.object ClipPointsDblArray
)
JavaScript 
SetClipBoundary( 
   ClipPointsDblArray : Array
)
COM native C++ 
HRESULT SetClipBoundary( 
   VARIANT ClipPointsDblArray
) 
C++ 
DSRESULT SetClipBoundary( 
   const dsDoubleArray& ClipPointsDblArray
) 

Parameters

ClipPointsDblArray
Array of doubles indicating the x, y pixel coordinates of the clipping boundary
 

See Also

Availability

DraftSight V1R6.0