ImageGear .NET - Updated
OnMarkFlipped Method




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTMark Class : OnMarkFlipped Method
The center point, around which the mark flipped.
Flip direction.
Occurs when the mark is flipped.
Syntax
'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)
protected void OnMarkFlipped( 
   ImGearPoint center,
   ImGearFlipModes flipMode
)
protected: void OnMarkFlipped( 
   ImGearPoint center,
   ImGearFlipModes flipMode
) 
protected:
void OnMarkFlipped( 
   ImGearPoint center,
   ImGearFlipModes flipMode
) 

Parameters

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

Reference

ImGearARTMark Class
ImGearARTMark Members