Dundas Chart for ASP.NET
FillTexturedRectangle Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl.Svg Namespace > SvgRendering Class : FillTexturedRectangle Method


textureBrush
Brush with texture
destRect
Destination rectangle
Fills the specified Rectangle at the specified location with specified Texture Brush.

Syntax

Visual Basic (Declaration)  
Public Sub FillTexturedRectangle( _
   ByVal textureBrush As TextureBrush, _
   ByVal destRect As RectangleF _
) 
Visual Basic (Usage) Copy Code
Dim instance As SvgRendering
Dim textureBrush As TextureBrush
Dim destRect As RectangleF
 
instance.FillTexturedRectangle(textureBrush, destRect)
C#  
public void FillTexturedRectangle( 
   TextureBrush textureBrush,
   RectangleF destRect
)

Parameters

textureBrush
Brush with texture
destRect
Destination rectangle

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.