←Select platform

Flags Property

Summary

Gets or sets the flags that identify how to distribute the canvas image with respect to the image and how to handle resizing.

Syntax
C#
VB
C++
public CanvasCommandFlags Flags { get; set; } 
  
Public Property Flags As CanvasCommandFlags 
public: 
property CanvasCommandFlags Flags { 
   CanvasCommandFlags get(); 
   void set (    CanvasCommandFlags ); 
} 

Property Value

Flags that identify how to distribute the canvas image with respect to the image and how to handle resizing.

Example

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