ArcFM Solution Developer Guide
OverlayMoveAdorner Constructor(UIElement,Canvas,Double,Boolean,Func<SnapToGridAttributes>,Action<SnapToGridStateChangedEventArgs>,SolidColorBrush)


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, _
   ByVal getSnapToGridAttributes As System.Func(Of SnapToGridAttributes), _
   ByVal invokeSnapToGridStateChanged As System.Action(Of SnapToGridStateChangedEventArgs), _
   ByVal adornerDashedLineColor As System.Windows.Media.SolidColorBrush _
)
'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 getSnapToGridAttributes As System.Func(Of SnapToGridAttributes)
Dim invokeSnapToGridStateChanged As System.Action(Of SnapToGridStateChangedEventArgs)
Dim adornerDashedLineColor As System.Windows.Media.SolidColorBrush
 
Dim instance As New OverlayMoveAdorner(adornedElement, constraintCanvas, zoomScale, allowResize, getSnapToGridAttributes, invokeSnapToGridStateChanged, adornerDashedLineColor)
public OverlayMoveAdorner( 
   System.Windows.UIElement adornedElement,
   System.Windows.Controls.Canvas constraintCanvas,
   System.double zoomScale,
   System.bool allowResize,
   System.Func<SnapToGridAttributes> getSnapToGridAttributes,
   System.Action<SnapToGridStateChangedEventArgs> invokeSnapToGridStateChanged,
   System.Windows.Media.SolidColorBrush adornerDashedLineColor
)

Parameters

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