←Select platform

IsMirrored Property

Summary

Determines whether the image data is mirrored.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsMirrored { get; } 
Public ReadOnly Property IsMirrored As Boolean 
@property (nonatomic, assign, readonly) BOOL isMirrored 
public boolean 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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly