←Select platform

Size Property

Summary

Gets or sets the size of plasma.

Syntax

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

Property Value

Value greater than 0 that represents the plasma size. (The value is divided internally by 100). The value, after it has been divided by 100, represents the size in pixels.

Example

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