Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : IsMirrored Property |
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, assign, readonly) BOOL isMirrored
public boolean isMirrored()
get_IsMirrored();
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.