ArcFM Solution Developer Guide
OverlayMoveAdorner Constructor(UIElement,Canvas,Double,Boolean)


Syntax
'Declaration
 
Public Function New( _
   ByVal adornedElement As System.Windows.UIElement, _
   ByVal constraintCanvas As System.Windows.Controls.Canvas, _
   ByVal zoomScale As System.Double, _
   ByVal allowResize As System.Boolean _
)
'Usage
 
Dim adornedElement As System.Windows.UIElement
Dim constraintCanvas As System.Windows.Controls.Canvas
Dim zoomScale As System.Double
Dim allowResize As System.Boolean
 
Dim instance As New OverlayMoveAdorner(adornedElement, constraintCanvas, zoomScale, allowResize)
public OverlayMoveAdorner( 
   System.Windows.UIElement adornedElement,
   System.Windows.Controls.Canvas constraintCanvas,
   System.double zoomScale,
   System.bool allowResize
)

Parameters

adornedElement
constraintCanvas
zoomScale
allowResize
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

OverlayMoveAdorner Class
OverlayMoveAdorner Members
Overload List

 

 


Send Comment