ImageGear .NET
OnMarkFlipped Method




The center point, around which the mark flipped.
Flip direction.
Occurs when the mark is flipped.
Syntax
protected void OnMarkFlipped( 
   ImGearPoint center,
   ImGearFlipModes flipMode
)
protected: void OnMarkFlipped( 
   ImGearPoint center,
   ImGearFlipModes flipMode
) 
protected:
void OnMarkFlipped( 
   ImGearPoint center,
   ImGearFlipModes flipMode
) 
'Declaration
 
Protected Sub OnMarkFlipped( _
   ByVal center As ImGearPoint, _
   ByVal flipMode As ImGearFlipModes _
) 
 
'Usage
 
Dim instance As ImGearARTMark
Dim center As ImGearPoint
Dim flipMode As ImGearFlipModes
 
instance.OnMarkFlipped(center, flipMode)

Parameters

center
The center point, around which the mark flipped.
flipMode
Flip direction.
See Also

Reference

ImGearARTMark Class
ImGearARTMark Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback