←Select platform

OffsetX Property

Summary

Gets or sets the X distance between the image origin and the first brick origin, in pixels.

Syntax

C#
VB
WinRT C#
C++
public int OffsetX { get; set; } 
  
Public Property OffsetX As Integer 
public int OffsetX {get; set;} 
  
get_OffsetX(); 
set_OffsetX(value); 
Object.defineProperty('OffsetX');  
public: 
property int OffsetX { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly