FMX.Types3D.TContext3D.CurrentScissorRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property CurrentScissorRect: TRect read FCurrentScissorRect;

C++

/* static */ __property System::Types::TRect CurrentScissorRect = {read=FCurrentScissorRect};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TContext3D

Description

Represents the current scissor rectangle.

All the pixels outside of the rectangle are culled.

See Also