←Select platform

Height Property

Summary

Gets or sets the value that represents the height in pixels of the vignette ellipse or rectangle objects.

Syntax
C#
VB
C++
public int Height { get; set; } 
  
Public Property Height As Integer 
public: 
property int Height { 
   int get(); 
   void set (    int ); 
} 

Property Value

Represents the value that indicates the height in pixels of the vignette ellipse or rectangle objects.This property is ignored if the VignetteCommandFlags.Circle or VignetteCommandFlags.Square flag is set.

Example

Refer to VignetteCommand 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