www.gnostice.com 

DrawRichTextR Method

Top  Previous  Next

The DrawRichTextR method draws a rich text to the current document in the area specified.

 

 

 

 

Syntax

 

 

[VC++]

long DrawRichTextR(const VARIANT& Stream, long Left, long Top, long Right, long Bottom, long StartPos, long EndPos);

 

[C#]

public abstract new void DrawRichTextR ( System.Object Stream , System.Int32 Left , System.Int32 Top , System.Int32 Right , System.Int32 Bottom , System.Int32 StartPos , System.Int32 EndPos , System.UInt32 Col )

 

[VB]

Function DrawRichTextR(Stream, Left As Long, Top As Long, Right As Long, Bottom As Long, StartPos As Long, EndPos As Long) As Long

 

 

 

 

 

 

Parameters

 

 

Stream

The stream containing the rich text.

 

 

Left

[in] Specifies upper-left corner of the rectangle where rich text will be rendered.

 

 

Top

[in] Specifies upper-top corner of the rectangle where rich text will be rendered.

 

 

Right

[in] Specifies lower-right corner of the rectangle where rich text will be rendered.

       

 

Bottom

[in] Specifies lower-bottom corner of the rectangle where rich text will be rendered.

 

 

StartPos

[in] Specifies the starting position of rich text in the stream.

 

 

EndPos

[in] Specifies the ending position of the rich text in the stream.