Package com.ms.fx |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public interface IFxTextCallback { // Methods public abstract void endTextPaint(Graphics g); public abstract void endTextUpdate(Graphics g); }
The callback interface for FxFormattedText that updates the owner object and allows it to modify text runs.
public abstract void endTextPaint(Graphics g);Ends text paint.
Return Value:
No return value.
Parameter Description g The graphics object to use.
public abstract void endTextUpdate(Graphics g);Ends text updates.
Return Value:
No return value.
Parameter Description g The graphics object to use.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.