ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Scale Class / CenterPoint Property

In This Topic
    CenterPoint Property
    In This Topic
    The image scaling center point. This property is a C1.Util.DX.Vector2 defined as: (point X, point Y). The units are in DIPs. Use the center point property to scale around a point other than the upper-left corner.
    Syntax
    'Declaration
     
    Public Property CenterPoint As Vector2
    public Vector2 CenterPoint {get; set;}
    See Also