FMX.Types3D.TContext3D.SetScissorRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetScissorRect(const ScissorRect: TRect);

C++

void __fastcall SetScissorRect(const System::Types::TRect &ScissorRect);

Properties

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

Description

Sets the scissor rectangle of the context.

Use SetScissorRect to set the scissor rectangle for this context to the ScissorRect parameter.

See Also