←Select platform

BumpPoint Property

Summary

Gets or sets the upper-left corner of the Bump rectangle.

Syntax

C#
VB
WinRT C#
C++
public LeadPoint BumpPoint { get; set; } 
  
Public Property BumpPoint As Leadtools.LeadPoint 
public Leadtools.LeadPoint BumpPoint {get; set;} 
  
get_BumpPoint(); 
set_BumpPoint(value); 
Object.defineProperty('BumpPoint');  
public: 
property Leadtools.LeadPoint BumpPoint { 
   Leadtools.LeadPoint get(); 
   void set (    Leadtools.LeadPoint ); 
} 

Property Value

The upper-left corner of the Bump rectangle.

Example

Refer to BumpMapCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly