Home    CoolWatermark Online Documentation Prev Next
CoolWatermark
Welcome
Features
Installation
Release Notes
Requirements
Reference
Classes
Writer
Methods
Properties
CoolWatermarkException
Structure
Border
Effect
Shadow
Shape
Enumeration
BrushStyle
EffectStyle
PositionStyle
ShapeStyle
Artical
Effect Samples
Overlapped Image
Shadow Samples
Shape Samples
Write with Border
Customize Shape Warp
Write Halo Text
Purchase
License
[Top]
CoolWatermark Component for .NET ImageComponent.NET Logo
Shape.Dest


Gets or sets a parallelogram to warp. A valid parallelogram must has 4 elements.
[Visual Basic]
Public Property Dest As PointF( )
 
[C#]
public PointF[] Dest { get; set; }
 

Property Value

This property is an array of PointF that contains 4 elements, which spepcifies the difference to the 4 points of the rectangle of watermark.

Everytime you write a watermark, text or photo, it must be containted inside a rectangle. A rectangle has 4 points: left-top, right-top, left-bottom, and right-bottom. What you need to do is set difference for those 4 points in this property. Therefore, setting zero to all of them means no warp occurs.

Please refer to this artical: Customize a Shape warp

See also

Shape struct | Customize a Shape warp | angGoGo.CoolWatermark namespace

 

2005-2007 © ImageComponent.NET. All rights reserved.

  Valid HTML 4.01 Transitional