Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

LineSparklineViewInfo Class
LineSparklineViewInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.