←Select platform

GetResourceDirectory Method

Summary

Gets the path for the specified LEADTOOLS resource directory.

Syntax
C#
VB
C++
Java
public static string GetResourceDirectory( 
   LEADResourceDirectory resource 
) 
Public Shared Function GetResourceDirectory( _ 
   ByVal resource As LEADResourceDirectory _ 
) As String 
public static String getResourceDirectory(LEADResourceDirectory resource) 
public: 
static String^ GetResourceDirectory(  
   LEADResourceDirectory resource 
)  

Parameters

resource
The LEADTOOLS resource directory to get.

Return Value

The path for the specified LEADTOOLS resource directory.

Remarks

Some LEADTOOLS classes will use a common resource directory at runtime. Use SetResourceDirectory to set the path to the desired resource directory.

Refer to LEADTOOLS Drawing Engine and Multi-Platform Consideration for more information on shadow font usage.

Example

For an example, refer to RasterDefaults.SetResourceDirectory.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly