←Select platform

Width Property

Summary

Gets the width of the 2D array in pixels.

Syntax
C#
VB
Objective-C
C++
Java
public int Width { get; } 
Public ReadOnly Property Width As Integer 
@property (nonatomic, assign, readonly) NSUInteger width 
public int getWidth() 
public: 
property int Width { 
   int get(); 
} 

Property Value

Width of the 2D array in pixels.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly