C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLPainter Interface : Draw Method |
'Declaration Sub Draw( _ ByVal leftBounds As System.Integer, _ ByVal topBounds As System.Integer, _ ByVal rightBounds As System.Integer, _ ByVal bottomBounds As System.Integer, _ ByVal leftUpdate As System.Integer, _ ByVal topUpdate As System.Integer, _ ByVal rightUpdate As System.Integer, _ ByVal bottomUpdate As System.Integer, _ ByVal lDrawFlags As System.Integer, _ ByVal hdc As System.IntPtr, _ ByVal pvDrawObject As System.IntPtr _ )
void Draw( System.int leftBounds, System.int topBounds, System.int rightBounds, System.int bottomBounds, System.int leftUpdate, System.int topUpdate, System.int rightUpdate, System.int bottomUpdate, System.int lDrawFlags, System.IntPtr hdc, System.IntPtr pvDrawObject )