Method function IGDIPlus.IGPCustomLineCap.GetStrokeCaps(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 GetStrokeCaps( startCap : TGPLineCap, endCap : TGPLineCap ) : TGPCustomLineCap;

C++ Builder:

TGPCustomLineCap __fastcall GetStrokeCaps( TGPLineCap startCap, TGPLineCap endCap );

Visual C++ (MFC):

GetStrokeCaps(  startCap,  endCap );

Summary

Returns the end cap styles for both the start line cap and the end line cap.

Description

Call this method to get the end cap styles for both the start line cap and the end line cap. Line caps are LineCap objects that end the individual lines within a path.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox