GoDiagram Win Reference
Paint Method (GoImage)

Draw this Image within the bounds of this object.
Syntax
'Declaration
 
Public Overrides Sub Paint( _
   ByVal g As Graphics, _
   ByVal view As GoView _
) 
public override void Paint( 
   Graphics g,
   GoView view
)

Parameters

g
view
Remarks
If the value of Image is null and the value of Index is non-negative, we try to draw an Image from the view's GoView.ImageList.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoImage Class
GoImage Members
Base Implementation in Paint

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback