Method function IGDIPlus.IGPCustomLineCap.SetStrokeCaps(TGPLineCap;TGPLineCap) : TGPCustomLineCap

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: IGPCustomLineCap

Contents

Syntax

Delphi:

function SetStrokeCaps( startCap : TGPLineCap, endCap : TGPLineCap ) : TGPCustomLineCap;

C++ Builder:

TGPCustomLineCap __fastcall SetStrokeCaps( TGPLineCap startCap, TGPLineCap endCap );

Visual C++ (MFC):

SetStrokeCaps(  startCap,  endCap );

Summary

Sets the LineCap objects used to start and end lines within the TGPGraphicsPath object that defines this TGPCustomLineCap object.

Description

Call this method to set the LineCap objects used to start and end lines within the TGPGraphicsPath object that defines this TGPCustomLineCap object.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox