←Select platform

Horizontal Property

Summary

Specifies whether the image is to be flipped horizontally or vertically.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Horizontal", IsRequired=true)] 
public bool Horizontal { get; set; } 
  
<DataMemberAttribute(Name="Horizontal", IsRequired=True)> 
Public Property Horizontal As Boolean 
[DataMemberAttribute(Name="Horizontal", IsRequired=true)] 
public: 
property bool Horizontal { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to flip the image horizontally (left to right), false to flip the image vertically (top to bottom).

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.Services.ImageProcessing.DataContracts Assembly