ToolsAPI.Editor.INTACodeEditorPaintContext290.GetCellSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCellSize: TSize;

C++

virtual System::Types::TSize __fastcall GetCellSize() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
ToolsAPI.Editor.pas
ToolsAPI.Editor.hpp
ToolsAPI.Editor INTACodeEditorPaintContext290

Description

Returns the cell size, which includes the width and height of each editor character in pixels.


See Also