LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

OffsetX Property

Show in webframe







Gets or sets the X distance between the image origin and the first brick origin, in pixels.
Syntax
public int OffsetX {get; set;}
'Declaration
 
Public Property OffsetX As Integer
'Usage
 
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.OffsetX = value
 
value = instance.OffsetX
public int OffsetX {get; set;}

            

            
 
get_OffsetX();
set_OffsetX(value);
Object.defineProperty('OffsetX');
public:
property int OffsetX {
   int get();
   void set (    int value);
}

Property Value

The X distance between the image origin and the first brick origin, in pixels. This property only accepts positive values.
Example
Refer to BricksTextureCommand example.
Requirements

Target Platforms

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.