'Declaration
Public Shared Function Rectangle( _ ByVal hdc As System.IntPtr, _ ByVal topLeftX As System.Integer, _ ByVal topLeftY As System.Integer, _ ByVal bottomRightX As System.Integer, _ ByVal bottomRightY As System.Integer _ ) As System.Boolean
'Usage
Dim hdc As System.IntPtr Dim topLeftX As System.Integer Dim topLeftY As System.Integer Dim bottomRightX As System.Integer Dim bottomRightY As System.Integer Dim value As System.Boolean value = NGdi32.Rectangle(hdc, topLeftX, topLeftY, bottomRightX, bottomRightY)
public static System.bool Rectangle( System.IntPtr hdc, System.int topLeftX, System.int topLeftY, System.int bottomRightX, System.int bottomRightY )
Parameters
- hdc
- topLeftX
- topLeftY
- bottomRightX
- bottomRightY