LEADTOOLS (Leadtools assembly)

IsMirrored Property

Show in webframe







Determines whether the image data is mirrored.
Syntax
public bool IsMirrored {get;}
'Declaration
 
Public ReadOnly Property IsMirrored As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
value = instance.IsMirrored
public bool IsMirrored {get;}
@property (nonatomic, readonly, assign) 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

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.