SelectEllipse makes an elliptical selection, centered at CenterX and CenterY, and with size specified by Width and Height.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void SelectEllipse( int centerX, int centerY, int width, int height, IEImage..::..SelOp op )
Public Sub SelectEllipse ( _ centerX As Integer, _ centerY As Integer, _ width As Integer, _ height As Integer, _ op As IEImage..::..SelOp _ )
public: void SelectEllipse( int centerX, int centerY, int width, int height, IEImage..::..SelOp op )
Parameters
- centerX
- Int32
Ellipse horizontal center
- centerY
- Int32
Ellipse vertical center
- width
- Int32
Ellipse Width
- height
- Int32
Ellipse height
- op
- IEImage..::..SelOp
If op is Replace, replaces all provious selections. If op is Add, add a new selection.