LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BricksWidth Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > BricksTextureCommand Class : BricksWidth Property



Gets or sets the flat area of the brick width, in pixels.

Syntax

Visual Basic (Declaration) 
Public Property BricksWidth As Integer
Visual Basic (Usage)Copy Code
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.BricksWidth = value
 
value = instance.BricksWidth
C# 
public int BricksWidth {get; set;}
C++/CLI 
public:
property int BricksWidth {
   int get();
   void set (    int value);
}

Property Value

The flat area of the brick width, in pixels. Valid range is from 0 to the image width. This property only accepts positive values.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also