Gets or sets the length of the Y coordinate of the actual baseline measured from the top edge of the rectangle exactly containing the character. Actual baseline refers to the line upon which this character is drawn, with respect to its word.
public int ActualBase { get; set; }
Public Property ActualBase() As Integer
Get
Set
public:
property Int32 ActualBase
{
Int32 get()
void set(Int32 value)
}
The length of the Y coordinate of the actual baseline measured from the top edge of the rectangle exactly containing the character.
The difference between ActualBase
and Base is as follows. ActualBase
follows the skew angle of the drawn word, while Base follows the horizontal line passing through the insertion point of the text line containing the character.
If text lines have no skew angle, the ActualBase
and Base will have the same value.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document