Spread Silverlight Documentation
GetClipBounds Method (LineSparklineViewInfo)


The final size.
Gets the clip boundary.
Syntax
'Declaration
 
Public Overrides Function GetClipBounds( _
   ByVal finalSize As System.Windows.Size _
) As System.Nullable(Of Rect)
'Usage
 
Dim instance As LineSparklineViewInfo
Dim finalSize As System.Windows.Size
Dim value As System.Nullable(Of Rect)
 
value = instance.GetClipBounds(finalSize)
public override System.Nullable<Rect> GetClipBounds( 
   System.Windows.Size finalSize
)

Parameters

finalSize
The final size.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

LineSparklineViewInfo Class
LineSparklineViewInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.