←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
C++
public int OffsetX { get; set; } 
  
Public Property OffsetX As Integer 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly