←Select platform

ImageSize Property

Summary

Gets the size of the current image in the viewer.

Syntax

C#
VB
C++
public virtual SizeF ImageSize { get; } 
  
<BrowsableAttribute(False)> 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> 
Public Overridable ReadOnly Property ImageSize As SizeF 
[BrowsableAttribute(false)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] 
public: 
virtual property SizeF ImageSize { 
   SizeF get(); 
} 

Property Value

The size of the current image in the viewer.

Example

Refer to BorderPadding.

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.WinForms Assembly