'Declaration
Public Overridable Sub AnalyzeRectangleOperator( _ ByVal x As Double, _ ByVal y As Double, _ ByVal width As Double, _ ByVal height As Double _ )
'Usage
Dim instance As PdfPageContentAnalysis Dim x As Double Dim y As Double Dim width As Double Dim height As Double instance.AnalyzeRectangleOperator(x, y, width, height)
Parameters
- x
- X coordinate
- y
- Y coordinate
- width
- Width
- height
- Height