Calendar for WinForms | ComponentOne
C1.Framework.Drawing.Gdi Namespace / Graphics Class / Transform Property

In This Topic
    Transform Property (Graphics)
    In This Topic
    Gets or sets the world transformation for this Graphics object.
    Syntax
    'Declaration
     
    
    Public Property Transform As TransformMatrix
    public TransformMatrix Transform {get; set;}

    Property Value

    This property specifies a TransformMatrix object that represents the world transformation for this Graphics object.
    See Also