ArcFM Engine Developer Guide
Draw Method (ITextBoxMarginCustomizePainter)


Graphics object to paint on.
Boundary of margin area.
Whether the control is right to left or not
Called whenever the margin area needs to be repainted.
Syntax
'Declaration
 
Sub Draw( _
   ByVal gfx As Graphics, _
   ByVal rcDraw As Rectangle, _
   ByVal rightToLeft As Boolean _
) 
'Usage
 
Dim instance As ITextBoxMarginCustomizePainter
Dim gfx As Graphics
Dim rcDraw As Rectangle
Dim rightToLeft As Boolean
 
instance.Draw(gfx, rcDraw, rightToLeft)
void Draw( 
   Graphics gfx,
   Rectangle rcDraw,
   bool rightToLeft
)

Parameters

gfx
Graphics object to paint on.
rcDraw
Boundary of margin area.
rightToLeft
Whether the control is right to left or not
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ITextBoxMarginCustomizePainter Interface
ITextBoxMarginCustomizePainter Members

 

 


Send Comment