Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnEditTextEventArgs Class : Create Method |
public static AnnEditTextEventArgs Create( AnnTextObject textObject, LeadRectD bounds )
'Declaration
Public Shared Function Create( _ ByVal textObject As AnnTextObject, _ ByVal bounds As LeadRectD _ ) As AnnEditTextEventArgs
public static AnnEditTextEventArgs Create( AnnTextObject textObject, LeadRectD bounds )
-(id)initWithObject:(LTAnnTextObject*)obj bounds:(LeadRectD)aBounds;
public AnnEditTextEvent(
Object source,
AnnTextObject textObject,
LeadRectD bounds
)
function Leadtools.Annotations.Core.AnnEditTextEventArgs.Create( textObject , bounds )