Package com.ms.fx Previous
Previous
Contents
Contents
Index
Index
Next
Next

Interface IFxTextCallback

Methods

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.


Methods


endTextPaint

public abstract void endTextPaint(Graphics g);

Ends text paint.

Return Value:

No return value.

ParameterDescription
g The graphics object to use.


endTextUpdate

public abstract void endTextUpdate(Graphics g);

Ends text updates.

Return Value:

No return value.

ParameterDescription
g The graphics object to use.



Top© 1997 Microsoft Corporation. All rights reserved. Legal Notices.