ArcFM Solution Developer Guide
DrawToBitmap Method (FeatureControl)


Syntax
'Declaration
 
<System.Security.Permissions.UIPermissionAttribute(UIPermissionWindow.AllWindows)>
Public Sub DrawToBitmap( _
   ByVal bitmap As System.Drawing.Bitmap, _
   ByVal targetBounds As System.Drawing.Rectangle _
) 
'Usage
 
Dim instance As FeatureControl
Dim bitmap As System.Drawing.Bitmap
Dim targetBounds As System.Drawing.Rectangle
 
instance.DrawToBitmap(bitmap, targetBounds)
[System.Security.Permissions.UIPermission(UIPermissionWindow.AllWindows)]
public void DrawToBitmap( 
   System.Drawing.Bitmap bitmap,
   System.Drawing.Rectangle targetBounds
)

Parameters

bitmap
targetBounds
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

FeatureControl Class
FeatureControl Members

 

 


Send Comment