SetOrigin Method (IHatchPattern) Send Feedback
See Also 
X
x coordinate
Y
y coordinate
Sets the origin of the Hatch pattern line.

Syntax

Visual Basic 
Sub SetOrigin( _
   ByVal X As System.Double, _
   ByVal Y As System.Double _
) 
C# 
void SetOrigin( 
   System.double X,
   System.double Y
)
JavaScript 
SetOrigin( 
   X : Number,
   Y : Number
)
COM native C++ 
HRESULT SetOrigin( 
   DOUBLE X,
   DOUBLE Y
) 
C++ 
DSRESULT SetOrigin( 
   double X,
   double Y
) 

Parameters

X
x coordinate
Y
y coordinate
 

See Also

Availability

DraftSight V1R1.3