Method function IGDIPlus.IGPGraphicsPath.IsOutlineVisible(Integer;Integer;IGPPen;IGPGraphics) : Boolean

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: IGPGraphicsPath

Contents

Syntax

Delphi:

function IsOutlineVisible( x : Integer, y : Integer, pen : IGPPen, g : IGPGraphics ) : Boolean;

C++ Builder:

bool __fastcall IsOutlineVisible( int x, int y, IGPPen pen, IGPGraphics g );

Visual C++ (MFC):

IsOutlineVisible(  x,  y,  pen,  g );

Summary

Determines whether a specified point touches the outline of this path when the path is drawn by a specified TGPGraphics object and a specified pen.

Description

Call this method to determine whether a specified point touches the outline of this path when the path is drawn by a specified TGPGraphics object and a specified pen.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox