In This Topic
This method is for internal use only.
Syntax
'Declaration
Sub Draw( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.IntPtr, _
ByVal As System.IntPtr _
)
void Draw(
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.int ,
System.IntPtr ,
System.IntPtr
)
Parameters
- leftBounds
- topBounds
- rightBounds
- bottomBounds
- leftUpdate
- topUpdate
- rightUpdate
- bottomUpdate
- lDrawFlags
- hdc
- pvDrawObject
See Also