←Select platform

IsMirrored Property

Summary

Determines whether the image data is mirrored.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool IsMirrored { get; } 
Public ReadOnly Property IsMirrored As Boolean 
public bool IsMirrored {get;} 
@property (nonatomic, assign, readonly) BOOL isMirrored 
public boolean isMirrored() 
 get_IsMirrored();  
public: 
property bool IsMirrored { 
   bool get(); 
} 

Property Value

true if the image data is mirrored; false, otherwise.

Remarks

Mirrored data means the data is shared between this RasterImage and another object. When creating user-memory images for example, the IsMirrored and the IsConventionalMemory properties will both be true.

Example

For an example, refer to IsBasic.

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 Assembly