Nevron.GraphicsCore Namespace / NPaintEffectStyle Class / GetPaintableRect Method


GetPaintableRect Method (NPaintEffectStyle)
Syntax
'Declaration
 
Public Overrides Function GetPaintableRect( _
   ByVal shapeRect As NRectangleF, _
   ByVal lengthConverter As NLengthConverter _
) As NRectangleF
 
'Usage
 
Dim instance As NPaintEffectStyle
Dim shapeRect As NRectangleF
Dim lengthConverter As NLengthConverter
Dim value As NRectangleF
 
value = instance.GetPaintableRect(shapeRect, lengthConverter)

Parameters

shapeRect
lengthConverter
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also