ComponentOne ASP.NET MVC Controls
ClipRect Method

C1.Web.Mvc.Fluent Namespace > SVGStyleBuilder Class : ClipRect Method
The value.
Configurates C1.Web.Mvc.SVGStyle.ClipRect. Sets the clip area. The format for the text is comma or space separated values: x, y, width and height
Syntax
'Declaration
 
Public Function ClipRect( _
   ByVal value As String _
) As SVGStyleBuilder
public SVGStyleBuilder ClipRect( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

SVGStyleBuilder Class
SVGStyleBuilder Members