←Select platform

OffsetY Property

Summary

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

Syntax

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

Property Value

The Y 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